# wasm_mouse
[![Latest Version](https://img.shields.io/crates/v/wasm_mouse.svg)][`wasm_mouse`]
[![Downloads](https://img.shields.io/crates/d/wasm_mouse.svg)][`wasm_mouse`]
[![Documentation](https://docs.rs/wasm_mouse/badge.svg)][`wasm_mouse`/docs]
[![License](https://img.shields.io/crates/l/wasm_mouse.svg)][`wasm_mouse`/license]
[![Dependency Status](https://deps.rs/repo/github/JohnScience/wasm_mouse/status.svg)][`wasm_mouse`/dep_status]
Making mouse events management in [`WASM`] with [`web-sys`] easier.
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
wasm_mouse = "0.1"
```
## 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.
[`wasm_mouse`]: https://crates.io/crates/wasm_mouse
[`wasm_mouse`/docs]: https://docs.rs/wasm_mouse
[`wasm_mouse`/license]: https://github.com/JohnScience/wasm_mouse#license
[`wasm_mouse`/dep_status]: https://deps.rs/repo/github/JohnScience/wasm_mouse
[`WASM`]: https://webassembly.org/
[`web-sys`]: https://rustwasm.github.io/wasm-bindgen/api/web_sys/