Contains information about a joystick event. More...
#include <Ecore_Input.h>
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 | |
}; | |
Eo * | dev |
The Efl_Input_Device that originated the event. More... | |
Contains information about a joystick event.
Eo* _Ecore_Event_Joystick::dev |
The Efl_Input_Device that originated the event.