scone icon indicating copy to clipboard operation
scone copied to clipboard

Mouse

Open vladdeSV opened this issue 4 years ago • 1 comments

Allow the detection of mouse events (left-click, right-click, etc).

Could cause problems on POSIX where mouse events are not always available.

vladdeSV avatar Jun 25 '20 11:06 vladdeSV

Mouse events would be accessed via the already available class Input with input.mouse, similar to how keyboard events are fetched with input.keyboard.

vladdeSV avatar Nov 09 '20 15:11 vladdeSV