Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SDL_JoyBallEvent Struct Reference
Joystick trackball motion event structure (event.jball. More...
#include <SDL_events.h>
Data Fields | |
| Uint32 | type |
| SDL_JOYBALLMOTION | |
| SDL_JoystickID | which |
| The joystick instance id. | |
| Uint8 | ball |
| The joystick trackball index. | |
| Sint16 | xrel |
| The relative motion in the X direction. | |
| Sint16 | yrel |
| The relative motion in the Y direction. | |
Detailed Description
Joystick trackball motion event structure (event.jball.
*)
Definition at line 283 of file SDL_events.h.
Field Documentation
The joystick trackball index.
Definition at line 288 of file SDL_events.h.
Definition at line 285 of file SDL_events.h.
| SDL_JoystickID which |
The joystick instance id.
Definition at line 287 of file SDL_events.h.
The relative motion in the X direction.
Definition at line 292 of file SDL_events.h.
The relative motion in the Y direction.
Definition at line 293 of file SDL_events.h.
Generated on Tue Jul 12 2022 15:10:22 by
1.7.2