Functions

See to_keyboard_event

Convenience function used in event handling: Convert an event target to an input element; eg so you can take its value.

Convert a web_sys::Event to a web_sys::KeyboardEvent. Useful for extracting info like which key has been pressed, which is not available with normal Events.

See to_keyboard_event

See to_keyboard_event

See to_keyboard_event