scone
scone copied to clipboard
Mouse
Allow the detection of mouse events (left-click, right-click, etc).
Could cause problems on POSIX where mouse events are not always available.
Mouse events would be accessed via the already available class Input
with input.mouse
, similar to how keyboard events are fetched with input.keyboard
.