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
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