MouseClickEvent

Packs mouseclick event information into a single struct.

Members

Variables

button
ubyte button;

The button that generated the event

clicks
ubyte clicks;

The amount of clicks

state
bool state;

Button state. Might be replaced in the future with flags.

x
int x;

X position of where the event happened

y
int y;

Y position of where the event happened

Meta