Kodi Community Forum
Control mouse cursor in xmbc with python - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Control mouse cursor in xmbc with python (/showthread.php?tid=178269)



Control mouse cursor in xmbc with python - nickthemagicman - 2013-11-17

How do I control the mouse cursor in XMBC via a python addon?

Im trying to control the mouse with a Leap Motion.


Thanks in advance!


Mouse arrow control via python api? - nickthemagicman - 2013-11-17

Is there mouse control in any way in add ons?


RE: Control mouse cursor in xmbc with python - artrafael - 2013-11-17

Threads merged. Please don't cross-post. If you just want this original thread moved to Python Add-on Development, then just ask here and one of the moderators will take care of it.


RE: Control mouse cursor in xmbc with python - nickthemagicman - 2013-11-18

All I want to do is control the mouse in xmbc with python calls.


Re: Control mouse cursor in xmbc with python - nickr - 2013-11-18

Why? The mouse is pretty useless in xbmc. Is it the focus you want shifted?


RE: Control mouse cursor in xmbc with python - nickthemagicman - 2013-11-18

Well I'm using the Leap Motion controller to interact with XMBC, and it would be neat to be able to control the mouse with my finger position.

I may try to implement a label or some sort of control and change the position of it...now sure how successful that would be though.


RE: Control mouse cursor in xmbc with python - rahul_jain - 2014-07-30

Have you got any way to do this stuff?