Skip to main content

translate_key_event_kind

Function translate_key_event_kind 

Source
pub const fn translate_key_event_kind(
    state: ElementState,
    repeat: bool,
) -> KeyEventKind
Expand description

Maps a winit key state/repeat pair to a KeyEventKind.