Space bar doesn't shoot (SpaceShooter)
by Pauliver · in Torque X 3D · 11/20/2006 (5:47 am) · 3 replies
actionMap.BindMove(gamepadId, (int)XGamePadDevice.GamePadObjects.LeftTriggerButton, MoveMapTypes.Button, 0);
actionMap.BindMove(gamepadId, (int)XGamePadDevice.GamePadObjects.RightTriggerButton, MoveMapTypes.Button, 0);
actionMap.BindMove(keyboardId, (int)Keys.Space, MoveMapTypes.Button, 0);that leads me to believe that space bar should shoot however its not working for me. What am i missing?
Torque Owner Ben R Vesco