SendKey HTTP API
#1
I'm trying to understand the HTTP api for months now, but I still can't figure out how the "sendkey" function works. (I'm working on a new HTTP interface)

I want to send mouse events (clicks and double clicks) to XBMC using the HTTP API. This should be possible by sending EFFF first, followed by

"single click";"double click";"xpos";"ypos"

but when I send something like this: "http://localhost:8080/xbmcCmds/xbmcHttp?command=SendKey&parameter=EFFF;1;0;300;300" it doesn't click the mouse on that point...

Can someone help me out with this? Or is it possible in a different way?

http://wiki.xbmc.org/?title=WebServerHTTP-API <- documentation...
Reply

Logout Mark Read Team Forum Stats Members Help
SendKey HTTP API0