Data Fields
_Evas_Event_Mouse_Up Struct Reference

Mouse button release event. More...

Data Fields

int button
 Mouse button number that was raised (1 - 32)
 
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
 
Evas_Button_Flags flags
 button flags set during the event
 
unsigned int timestamp
 
Evas_Event_Flags event_flags
 
Evas_Devicedev
 
Evas_Objectevent_src
 The Evas Object that actually triggered the event, used in cases of proxy event propagation.
 

Detailed Description

Mouse button release event.

Examples
ecore_imf_example.c, and evas-images2.c.