#include "InputObject.h"
#include "DirectInput/joystick.h"
Go to the source code of this file.
Compounds | |
class | JoystickInput |
Concrete class that describes a joystick input device. More... | |
Defines | |
#define | NUM_BUTTONS 9 |
The number of joystick buttons. | |
Enumerations | |
enum | JoystickChannels { JC_AXIS_X = 0, JC_AXIS_Y = 1, JC_AXIS_Z = 2, JC_ROTATE_X = 3, JC_ROTATE_Y = 4, JC_ROTATE_Z = 5, JC_POV_X = 6, JC_POV_Y = 7, JC_SLIDER0 = 10, JC_SLIDER1 = 11, JC_BUTTON0 = 20, JC_BUTTON1 = 21, JC_BUTTON2 = 22, JC_BUTTON3 = 23, JC_BUTTON4 = 24, JC_BUTTON5 = 25, JC_BUTTON6 = 26, JC_BUTTON7 = 27, JC_BUTTON8 = 28 } |
Enum describing the input channels of a joystick device. More... |
|