Scene Key Events
KeyEvent
KeyEvent(engine: Engine)
Bases: SceneEvent, CancellableEvent
Base key event implementation.
mods
property
mods: int
The bitwise-combined keycodes of all modification keys pressed at the time of this event.
cancel
cancel() -> None
Cancel this event from being further handled.
KeyPressedEvent
KeyPressedEvent(engine: Engine)
KeyPressingEvent
KeyPressingEvent(engine: Engine)
KeyReleasedEvent
KeyReleasedEvent(engine: Engine)