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.
pub fn to_terminput_key(
key_event: KeyboardEvent,
) -> Result<KeyEvent, UnsupportedEvent>web_sys_0_3 only.Converts the web_sys KeyboardEvent to a terminput
KeyEvent.