MouseTracker
Keeps track of which mouse buttons are currently pressed. Usage: val mt = MouseTracker(mouse)
, then read mt.pressedButtons
. Replaces MouseEvents.pressedButtons
.
Keeps track of which mouse buttons are currently pressed. Usage: val mt = MouseTracker(mouse)
, then read mt.pressedButtons
. Replaces MouseEvents.pressedButtons
.