Creates a new Mouse instance. Adds event listeners for mousedown, mouseup, mousemove and scroll events.
Readonly
ononAnyButtonPress is an event that is triggered when any device button is pressed. Add observers and emit the event.
Readonly
onReadonly
onEvent triggered when the left mouse button is clicked.
Readonly
onEvent triggered when the mouse is moved.
Readonly
onReadonly
onEvent triggered when the right mouse button is clicked.
Readonly
onEvent triggered when the mouse is scrolled.
Represents a mouse device. It emits events when mouse buttons are clicked or the mouse is moved.