Scene Joystick Events
JoystickEvent
JoystickEvent(engine: Engine)
Bases: SceneEvent, CancellableEvent
Base joystick event implementation.
cancel
cancel() -> None
Cancel this event from being further handled.
JoystickAxisMotionEvent
JoystickAxisMotionEvent(engine: Engine)
Bases: JoystickEvent
Dispatched when the scene recognizes movement in a joystick axis.
cancel
cancel() -> None
Cancel this event from being further handled.
JoystickButtonDownEvent
JoystickButtonDownEvent(engine: Engine)
Bases: JoystickEvent
Dispatched when the scene recognizes that a button has been pressed on a joystick.
cancel
cancel() -> None
Cancel this event from being further handled.
JoystickButtonUpEvent
JoystickButtonUpEvent(engine: Engine)
Bases: JoystickEvent
Dispatched when the scene recognizes that a button has been released on a joystick.
cancel
cancel() -> None
Cancel this event from being further handled.
JoystickDeviceAddedEvent
JoystickDeviceAddedEvent(engine: Engine)
Bases: JoystickEvent
Dispatched when the scene recognizes that a joystick device has been added to the system.
cancel
cancel() -> None
Cancel this event from being further handled.
JoystickDeviceRemovedEvent
JoystickDeviceRemovedEvent(engine: Engine)
Bases: JoystickEvent
Dispatched when the scene recognizes that a joystick device has been removed from the system.
cancel
cancel() -> None
Cancel this event from being further handled.
JoystickHatMotionEvent
JoystickHatMotionEvent(engine: Engine)
Bases: JoystickEvent
Dispatched when the scene recognizes that the hat of a joystick has moved.
cancel
cancel() -> None
Cancel this event from being further handled.