Data Fields

The structure type used with the Mouse_Down event. More...

Data Fields

int button
 The button which has been pressed.
 
struct {
   int   x
 
   int   y
 
output
 
struct {
   int   x
 
   int   y
 
canvas
 
Ecore_IMF_Keyboard_Modifiers modifiers
 The keyboard modifiers active when the event has been emitted.
 
Ecore_IMF_Keyboard_Locks locks
 The keyboard locks active when the event has been emitted.
 
Ecore_IMF_Mouse_Flags flags
 The flags corresponding the mouse click (single, double or triple click)
 
unsigned int timestamp
 The timestamp when the event occurred.
 

Detailed Description

The structure type used with the Mouse_Down event.

Examples
ecore_imf_example.c.