A while ago I was able to use my xbox 360 controler in the InMoov scipts.

But in the latest builds (I am using 1785) it does not work anymore.
It looks like the attached listeners are not active. 

def StickXListenerDriving(value): 
  print "X: ", value

uberjoy.addListener("publishX", python.name, "StickXListenerDriving")

Is this a NoWorky?