Input
The Quick Reference for Input just lists all methods available to be registered for input.
Last updated
Was this helpful?
The Quick Reference for Input just lists all methods available to be registered for input.
Last updated
Was this helpful?
mousedown
| When the mouse is pressed or is held, this will be called
mouseup
| When the mouse is released this is called
mousedrag
| When the mouse is dragged, this is called anytime the mouse moves and is held.
mousemove
| When the mouse moves, this method is called.
keydown
| When a key is pressed or is currently being held, this is called
keyup
| When a key is released this is called
exit
| Called when the Screen is abruptly closed or is called.