| Support Forum G3D Web Page |
Joystick axis motion event structure. More...
Public Attributes | |
| uint8 | axis |
| The joystick axis index. More... | |
| const OSWindow * | osWindow |
| The current window for this event. More... | |
| uint8 | type |
| JOYAXISMOTION. More... | |
| int16 | value |
| The axis value (range: -32768 to 32767) More... | |
| uint8 | which |
| The joystick device index. More... | |
Joystick axis motion event structure.
| uint8 G3D::JoyAxisEvent::axis |
The joystick axis index.
| const OSWindow* G3D::JoyAxisEvent::osWindow |
The current window for this event.
| uint8 G3D::JoyAxisEvent::type |
JOYAXISMOTION.
| int16 G3D::JoyAxisEvent::value |
The axis value (range: -32768 to 32767)
| uint8 G3D::JoyAxisEvent::which |
The joystick device index.
1.8.15