Public Member Functions | |
def | __init__ (self, inactivity_timeout=float(1e3000), continuous_motion_output=False) |
def | fullstop (self) |
def | run (self, intr, ctrl) |
def | step (self, rawdata) |
Public Attributes | |
axmid | |
inactivity_timeout | |
joy | |
outlen | |
Static Public Attributes | |
int | step_active = 1 |
int | step_error = 3 |
int | step_idle = 2 |
def ps3joy.decoder.__init__ | ( | self, | |
inactivity_timeout = float(1e3000) , |
|||
continuous_motion_output = False |
|||
) |