Expand description
§wasm_keyboard_macros
Macros for wasm_keyboard
.
§SemVer Policy
At the moment, there’s no any semver guarantees. The crate is being inactively developed.
§License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Macros§
- new_
primitive_ key_ handler - This macro creates a new “primitive” key [event] handler.
- new_
simplified_ key_ handler - This macro creates a new “simplified” key [event] handler.
- start_
keywise_ keyboard_ handler - This macro creates a new “keywise” keyboard handler and runs its start-up code.