mouse_keyboard_input
Run this command in a terminal, in your project's directory:
cargo add mouse-keyboard-input
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
mouse-keyboard-input = "0.9.1"
The mouse_keyboard_input library will be automatically available globally. Read the mouse_keyboard_input library documentation.
Back to the crate overview.