Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

Ewl_Event_Mouse_Down Struct Reference
[Events: Lower Level Event HandlersEvents: Lower Level Event Handlers]

Provides information about the mouse down event. More...


Data Fields

unsigned int modifiers
 Modifiers that were pressed.

int button
 The mouse button that was pressed.

int clicks
 Number of consecutive clicks.

int x
 X coordinate the mouse press occurred at.

int y
 Y coordinate the mouse press occurred at.


Detailed Description

Provides information about the mouse down event.