Data Fields
_Evas_Event_Mouse_Wheel Struct Reference

Wheel event. More...

Data Fields

int direction
 Axis of screen wheel - 0 = default up/down wheel, 1 = horizontal left/right wheel.
 
int z
 The step for the wheel movement relative to the direction above...,-2,-1 = down, 1,2,... More...
 
Evas_Point output
 The X/Y location of the cursor.
 
Evas_Coord_Point canvas
 The X/Y location of the cursor.
 
void * data
 
Evas_Modifiermodifiers
 modifier keys pressed during the event
 
Evas_Locklocks
 
unsigned int timestamp
 
Evas_Event_Flags event_flags
 
Evas_Devicedev
 

Detailed Description

Wheel event.

Field Documentation

◆ z

int _Evas_Event_Mouse_Wheel::z

The step for the wheel movement relative to the direction above...,-2,-1 = down, 1,2,...

= up

Referenced by ecore_imf_evas_event_mouse_wheel_wrap().