Thumbstick movement
#1
Smile 
there is currently no way of getting thumbstick movement from python. i'd like to have that. Smile

in ooba i have an imageviewer where you can zoom with the triggers and pan with the dpad. it would, however, be great if i could pan smoothly with the thumbstick. i was thinking that perhaps an action=0 could be fired on thumbstick movement. scripters could then do something like xbmc.getcontrollerstatus which would return all this info:

 dword getbuttoncode() const;
 byte getlefttrigger() const;
 byte getrighttrigger() const;
 float getleftthumbx() const;
 float getleftthumby() const;
 float getrightthumbx() const;
 float getrightthumby() const;

copied from key.h

anybody else thinks this would be a good idea?
Reply
#2
second! analog movement would allow some fun stuff... especially games.
Reply

Logout Mark Read Team Forum Stats Members Help
Thumbstick movement0