A PS3 controller is not behaving as expected.
PS3 controller part hangs on shutdown;
self.thread.stop() # This works
self.joystick.close() # This hangs inside the parent class as follows;
JoystickDevice()
def close(self):
self.joystick.close() # HANGS
PS3 controller does not list correct buttons;
jstest works as normal, all buttons listed correctly
JoystickDevice() # reports incorrect events
def poll(self):
...
return tag, value # INCORRECT VALUES
A PS3 controller is not behaving as expected.
PS3 controller part hangs on shutdown;
PS3 controller does not list correct buttons;
jstest works as normal, all buttons listed correctly