rustautogui 2.5.0

Highly optimized GUI automation library for controlling the mouse and keyboard, with template matching support.
Documentation
1
2
3
4
5
6
use rustautogui::print_mouse_position;

#[allow(unused_must_use)]
fn main() {
    print_mouse_position();
}