Static zng_app::view_process::raw_events::RAW_KEY_INPUT_EVENT

source ยท
pub static RAW_KEY_INPUT_EVENT: Event<RawKeyInputArgs>
Expand description

A key press or release targeting a window.

This event represents a key input directly from the operating system. It is processed by KeyboardManager to generate the KEY_INPUT_EVENT that actually targets the focused widget.

See also the module level documentation for details of how you can fake this event