Contains information about a joystick event. More...
Data Fields | |
Ecore_Event_Joystick_Event_Type | type |
unsigned int | index |
unsigned int | timestamp |
union { | |
struct { | |
Ecore_Event_Joystick_Axis index | |
double value | |
} axis | |
struct { | |
Ecore_Event_Joystick_Button index | |
double value | |
} button | |
}; | |
Contains information about a joystick event.