Properties

buttonIndex?: Number

The number of the button associated with the current event.

isButtonDown?: Boolean

Set to true when a button has been pressed, false when a button has been released

isHorizontalWheel?: Boolean

Set to true when the horizontal mouse wheel has been used, false when the vertical mouse wheel has been used.

wheelTicks?: Number

The number of ticks the mouse wheel has been moved

x: Number

The X coordinate of the pointer/mouse event

y: Number

The Y coordinate of the pointer/mouse event

Generated using TypeDoc