Expand description
Keyboard events, on_key_down, on_key_up and more.
These events are low level and directly tied to a keyboard device.
Before using them review the gesture properties, in particular
the click_shortcut property.
Functionsยง
- on_
disabled_ key_ input PEvent fired when a keyboard key is pressed or released and the widget is disabled.- on_
key_ down PEvent fired when a keyboard key is pressed and the widget is enabled.- on_
key_ input PEvent fired when a keyboard key is pressed or released and the widget is enabled.- on_
key_ up PEvent fired when a keyboard key is released and the widget is enabled.- on_
pre_ disabled_ key_ input PEvent fired when a keyboard key is pressed or released and the widget is disabled.- on_
pre_ key_ down PEvent fired when a keyboard key is pressed and the widget is enabled.- on_
pre_ key_ input PEvent fired when a keyboard key is pressed or released and the widget is enabled.- on_
pre_ key_ up PEvent fired when a keyboard key is released and the widget is enabled.