Joystick device event structure (event.jdevice.*)
Defined in SDL_events.h
typedef struct SDL_JoyDeviceEvent
{/**< SDL_JOYDEVICEADDED or SDL_JOYDEVICEREMOVED */
Uint32 type; /**< In milliseconds, populated using SDL_GetTicks() */
Uint32 timestamp; /**< The joystick device index for the ADDED event, instance id for the REMOVED event */
Sint32 which; } SDL_JoyDeviceEvent;