diff --git a/Package/Environment/Common/controls.conf b/Package/Environment/Common/controls.conf index 954b2d6..6e8b4c1 100644 --- a/Package/Environment/Common/controls.conf +++ b/Package/Environment/Common/controls.conf @@ -11,8 +11,56 @@ back = Escape quit = Q -# See below for a list of key codes that can be used for configuring the controls: +############################################################################## + MOUSE CODES +###################### ###################################################### +# Code # Description +###################### ###################################################### +# mouseButtonLeft Left mouse click +# mouseButtonMiddle Middle mouse click +# mouseButtonRight Right mouse click +# mouseButtonX1 ? +# mouseButtonX2 ? +############################################################################## + JOYSTICK/GAMEPAD CODES +###################### ###################################################### +# Code # Description +###################### ###################################################### +# X is joypad number (0 is first joystick/gamepad) +# joyXHatYLeftUp Y=hat number (0 is the first dpad) (example joy0Hat0Up) +# joyXHatYLeft +# joyXHatYLeftDown +# joyXHatYUp +# joyXHatYDown +# joyXHatYRightUp +# joyXHatYRight +# joyXHatYRightDown +# joyXButtonY Y is button number (0 is first button) +# Example: joy1button7 -> second joystick, 8th button +# Open up the gamepad control panel in windows or use +# "jstest" in linux +# +# joyXAxis0+ First POV stick, first axis positive direction +# (axis 0 is usually x) +# joyXAxis0- First POV stick, first axis positive direction +# (axis 0 is usually x) +# joyXAxis1+ First POV stick, second axis positive direction +# (axis 0 is usually y) +#joyXAxis1- First POV stick, second axis positive direction +# (axis 0 is usually y) +# +# joyXAxis2+ Second POV stick, first axis positive direction +# (axis 2 is usually x) +# joyXAxis2- Second POV stick, first axis positive direction +# (axis 2 is usually x) +# joyXAxis3+ Second POV stick, second axis positive direction +# (axis 3 is usually y) +# joyXAxis3- Second POV stick, second axis positive direction +# (axis 3 is usually y) + +############################################################################## +KEYBOARD CODES ###################### ###################################################### # Code # Description ###################### ######################################################