aumate 0.2.8

Cross-platform desktop automation library with GUI support
Documentation
1
2
3
4
5
6
//! macOS event grab implementation using CGEventTap

mod common;
mod grab;

pub use grab::{exit_grab, grab, is_grabbed};