Skip to main content

KEYBOARD

Constant KEYBOARD 

Source
pub const KEYBOARD: &'static str;
Expand description

Dispatch keyboard input to a host app window’s focused control. Accepts {window_id?, action} where action is a tagged object such as {kind:"type", text} or {kind:"press", key, modifiers?}.