-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels