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_ControllerDeviceEvent Struct Reference
Controller device event structure (event.cdevice. More...
#include <SDL_events.h>
Data Fields | |
Uint32 | type |
SDL_CONTROLLERDEVICEADDED, SDL_CONTROLLERDEVICEREMOVED, or SDL_CONTROLLERDEVICEREMAPPED | |
Sint32 | which |
The joystick device index for the ADDED event, instance id for the REMOVED or REMAPPED event. |
Detailed Description
Controller device event structure (event.cdevice.
*)
Definition at line 376 of file SDL_events.h.
Field Documentation
SDL_CONTROLLERDEVICEADDED, SDL_CONTROLLERDEVICEREMOVED, or SDL_CONTROLLERDEVICEREMAPPED
Definition at line 378 of file SDL_events.h.
The joystick device index for the ADDED event, instance id for the REMOVED or REMAPPED event.
Definition at line 380 of file SDL_events.h.
Generated on Tue Jul 12 2022 13:56:26 by
