Contains information about an Ecore mouse wheel event. More...
#include <Ecore_Input.h>
Data Fields | ||
Ecore_Window | window | |
The main window where event happened. | ||
Ecore_Window | root_window | |
The root window where event happened. | ||
Ecore_Window | event_window | |
The child window where event happened. | ||
unsigned int | timestamp | |
Time when the event occurred. | ||
unsigned int | modifiers | |
The combination of modifiers key (SHIFT,CTRL,ALT,..) | ||
int | same_screen | |
Same screen flag. | ||
int | direction | |
Orientation of the wheel (horizontal/vertical) | ||
int | z | |
Value of the wheel event (+1/-1) | ||
int | x | |
x coordinate relative to window where event happened | ||
int | y | |
y coordinate relative to window where event happened | ||
struct { | ||
int x | ||
int y | ||
} | root | |
Coordinates relative to root window. | ||
Eo * | dev | |
The Efl_Input_Device that originated the event. | ||
Contains information about an Ecore mouse wheel event.
Eo* _Ecore_Event_Mouse_Wheel::dev |
The Efl_Input_Device that originated the event.