pub const fn translate_key_event_kind(
state: ElementState,
repeat: bool,
) -> KeyEventKindExpand description
Maps a winit key state/repeat pair to a KeyEventKind.
pub const fn translate_key_event_kind(
state: ElementState,
repeat: bool,
) -> KeyEventKindMaps a winit key state/repeat pair to a KeyEventKind.