Skip to content

PS3 controller failure #47

@MarcusJones

Description

@MarcusJones

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions