Module zng_wgt_input::keyboard
source · 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§
P
Event fired when a keyboard key is pressed or released and the widget is disabled.P
Event fired when a keyboard key is pressed and the widget is enabled.P
Event fired when a keyboard key is pressed or released and the widget is enabled.P
Event fired when a keyboard key is released and the widget is enabled.P
Previewon_disabled_key_input
event.P
Previewon_key_down
event.P
Previewon_key_input
event.P
Previewon_key_up
event.