What should i do to help implement the mouse?
Closed this issue · 1 comments
roobscoob commented
I'm willing to help implement the mouse, but I can't find any API docs,
msloth commented
Not much is documented, you'll have to reverse engineer and test.
I think you need to register an input pointer device, then use the calls to move(x,y) and click. There are some such commands, but I've not used them.