- Companion:
- class
Type members
Classlikes
The mouse has been clicked.
The mouse has been clicked.
- Value parameters:
- x
X coord relative to magnification level
- y
Y coord relative to magnification level
- Companion:
- object
The left mouse button was pressed down.
The left mouse button was pressed down.
- Value parameters:
- button
Button that triggered this event
- x
X coord relative to magnification level
- y
Y coord relative to magnification level
- Companion:
- object
The left mouse button was released.
The left mouse button was released.
- Value parameters:
- button
Button that triggered this event
- x
X coord relative to magnification level
- y
Y coord relative to magnification level
- Companion:
- object
The mouse was moved to a new position.
The mouse was moved to a new position.
- Value parameters:
- x
X coord relative to magnification level
- y
Y coord relative to magnification level
- Companion:
- object
The mouse wheel was rotated a certain amount into the Y axis.
The mouse wheel was rotated a certain amount into the Y axis.
- Value parameters:
- amount
vertical amount of pixels, pages or other unit, depending on delta mode, the Y axis was scrolled
- position
mouse position at where the wheel was actioned
- Companion:
- object