Registry / utility / mouse-rs

mouse-rs

JSON →
library0.4.2rscratesunverified

Library to control your mouse via rust

# Cargo.toml [dependencies] mouse-rs = "0.4.2"
INSTALL
IMPORT
SIG · MOUSE-RS
M
mouse-rs
utilityrustv0.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Mouse
use mouse_rs::Mouse;

Moves the mouse cursor to specified coordinates

use mouse_rs::Mouse; fn main() { let mouse = Mouse::new(); mouse.move_to(100, 200).unwrap(); println!("Mouse moved"); }
Debug
Known issues
gotchaPlatform-specific behavior may vary
fix
Test on target OS and handle errors appropriately
affects: >=0.4.0
Upgrade
Version history
0.4.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mouse-rs — cargo add mouse-rs · libregistry