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 DEPRECATEDkeypressevents. - Keyboard
Handler - A trait that is implemented by the types that can handle
keydown,keyup, andkeypressevents fired by any key on a keyboard.