KeyboardInputHandlerFn

Type Alias KeyboardInputHandlerFn 

Source
pub type KeyboardInputHandlerFn = dyn Fn(KeyboardInput<'_>) + Send + Sync;
Expand description

Keyboard-specific input handler.