joystick
Platypush documentation
joystick
- class platypush.backend.joystick.JoystickBackend(device, *args, **kwargs)[source]
Bases:
Backend
This backend will listen for events from a joystick device and post a JoystickEvent whenever a new event is captured.
Triggers:
platypush.message.event.joystick.JoystickEvent
when a new joystick event is received
Requires:
inputs (
pip install inputs
)