SDL Library

Dependents:   H261_decoder

Embed: (wiki syntax)

« Back to documentation index

SDL_JoyDeviceEvent Struct Reference

SDL_JoyDeviceEvent Struct Reference

Joystick device event structure (event.jdevice. More...

#include <SDL_events.h>

Data Fields

Uint32 type
 SDL_JOYDEVICEADDED or SDL_JOYDEVICEREMOVED
Sint32 which
 The joystick device index for the ADDED event, instance id for the REMOVED event.

Detailed Description

Joystick device event structure (event.jdevice.

*)

Definition at line 333 of file SDL_events.h.


Field Documentation

The joystick device index for the ADDED event, instance id for the REMOVED event.

Definition at line 337 of file SDL_events.h.