Crate wasm_keyboard_macros

Source
Expand description

§wasm_keyboard_macros

Latest Version Downloads Documentation License Dependency Status

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.