Support Forum G3D Web Page |
Joystick trackball motion event structure. More...
Public Attributes | |
uint8 | ball |
The joystick trackball index. More... | |
const OSWindow * | osWindow |
The current window for this event. More... | |
uint8 | type |
JOYBALLMOTION. More... | |
uint8 | which |
The joystick device index. More... | |
int16 | xrel |
The relative motion in the X direction. More... | |
int16 | yrel |
The relative motion in the Y direction. More... | |
Joystick trackball motion event structure.
uint8 G3D::JoyBallEvent::ball |
The joystick trackball index.
const OSWindow* G3D::JoyBallEvent::osWindow |
The current window for this event.
uint8 G3D::JoyBallEvent::type |
JOYBALLMOTION.
uint8 G3D::JoyBallEvent::which |
The joystick device index.
int16 G3D::JoyBallEvent::xrel |
The relative motion in the X direction.
int16 G3D::JoyBallEvent::yrel |
The relative motion in the Y direction.