zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_JoyDeviceEvent Struct Reference

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

#include <SDL_events.h>

Public Attributes

Uint32 timestamp
 
Uint32 type
 
Sint32 which
 

Detailed Description

Joystick device event structure (event.jdevice.*)

Definition at line 330 of file SDL_events.h.

Member Data Documentation

Uint32 SDL_JoyDeviceEvent::timestamp

Definition at line 333 of file SDL_events.h.

Uint32 SDL_JoyDeviceEvent::type

SDL_JOYDEVICEADDED or SDL_JOYDEVICEREMOVED

Definition at line 332 of file SDL_events.h.

Sint32 SDL_JoyDeviceEvent::which

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

Definition at line 334 of file SDL_events.h.

Referenced by SDL_GameControllerEventWatcher().


The documentation for this struct was generated from the following file: