wasm_mouse

[![Latest Version](https://img.shields.io/crates/v/wasmmouse.svg)][wasm_mouse] [![Downloads](https://img.shields.io/crates/d/wasmmouse.svg)][wasm_mouse] [![Documentation](https://docs.rs/wasmmouse/badge.svg)][wasm_mouse/docs] [![License](https://img.shields.io/crates/l/wasmmouse.svg)][wasm_mouse/license] [![Dependency Status](https://deps.rs/repo/github/JohnScience/wasmmouse/status.svg)][wasm_mouse/depstatus]

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.