Crate wasm_keyboard

Source

Re-exports§

pub use uievents_code;
pub use wasm_keyboard_macros as macros;

Modules§

implementors
Module containing the structures that are default implementors of the traits defined in this crate.

Traits§

KeyHandler
A trait for key event handlers, i.e. handlers of keydown, keyup, or the DEPRECATED keypress events.
KeyboardHandler
A trait that is implemented by the types that can handle keydown, keyup, and keypress events fired by any key on a keyboard.