| 
    Tizen Native API
    8.0
    
   
   | 
  
  
  
 
_Evas_Event_Mouse_Down Struct Reference
  Public Attributes | |
| int | button | 
| Evas_Point | output | 
| Evas_Coord_Point | canvas | 
| Evas_Modifier * | modifiers | 
| Evas_Button_Flags | flags | 
| Evas_Object * | event_src | 
Detailed Description
Mouse button press event
Member Data Documentation
Mouse button number that went down (1 - 32)
- Examples:
 - edje-box.c, edje-color-class.c, and edje-table.c.
 
The X/Y location of the cursor
- Examples:
 - evas-images2.c, menu_cxx_example_01.cc, and menu_example_01.c.
 
The Evas Object that actually triggered the event, used in cases of proxy event propagation
| Evas_Button_Flags _Evas_Event_Mouse_Down::flags | 
button flags set during the event
modifier keys pressed during the event
The X/Y location of the cursor