MouseClick

Mouse Click, or Ms Wheel scroll event

The mouseEvent function is called with this.

Members

Enums

Button
enum Button

Types of buttons

Variables

mouseButton
Button mouseButton;

Stores which button was pressed

x
uinteger x;

the x-axis of mouse cursor, 0 means left-most

y
uinteger y;

the y-axis of mouse cursor, 0 means top-most

Meta