Etk
Main Page Object Hierarchy Data Structures Related Pages
Etk

Etk_Event_Mouse_In Struct Reference
[The event system of Etk]


Detailed Description

The event structure sent when the mouse enters a widget.

Note:
For more information, see the documention page of the corresponding module (link above)

Data Fields

int buttons
Etk_Position canvas
Etk_Position widget
Etk_Modifiers modifiers
Etk_Locks locks
unsigned int timestamp

Field Documentation

int Etk_Event_Mouse_In::buttons

Bits describing the buttons pressed when the event has been emitted (0x0000001 for the first button, 0x00000010 for the second button, ...)

Referenced by etk_event_mouse_in_wrap().

Etk_Position Etk_Event_Mouse_In::canvas

The position of the mouse pointer, relative to the Evas canvas

Referenced by etk_event_mouse_in_wrap().

Etk_Position Etk_Event_Mouse_In::widget

The position of the mouse pointer, relative to the widget

Referenced by etk_event_mouse_in_wrap().

Etk_Modifiers Etk_Event_Mouse_In::modifiers

The keyboard modifiers active when the event has been emitted

Referenced by etk_event_mouse_in_wrap().

Etk_Locks Etk_Event_Mouse_In::locks

The keyboard locks active when the event has been emitted

Referenced by etk_event_mouse_in_wrap().

unsigned int Etk_Event_Mouse_In::timestamp

The timestamp when the event occured

Referenced by etk_event_mouse_in_wrap().


The documentation for this struct was generated from the following file:
  • etk_event.h