to_terminput_key

Function to_terminput_key 

Source
pub fn to_terminput_key(
    key_event: KeyboardEvent,
) -> Result<KeyEvent, UnsupportedEvent>
Available on crate feature web_sys_0_3 only.
Expand description

Converts the web_sys KeyboardEvent to a terminput KeyEvent.