MouseEvent

.

Members

Enums

Button
enum Button

.

Type
enum Type

.

Variables

buttons
uint buttons;

A mask of Button

eventType
Type eventType;

.

modifierState
uint modifierState;

shift, ctrl, alt, meta, altgr. Not always available. Always check by using modifierState & ModifierState.something

x
int x;

0 == left side

y
int y;

0 == top

Meta