msloth / lgtv.js

Control LG WebOS TV using node.js
MIT License
249 stars 119 forks source link

What should i do to help implement the mouse? #26

Closed roobscoob closed 2 years ago

roobscoob commented 4 years ago

I'm willing to help implement the mouse, but I can't find any API docs,

msloth commented 4 years ago

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.