1 2 3 4 5 6
//! macOS event grab implementation using CGEventTap mod common; mod grab; pub use grab::{exit_grab, grab, is_grabbed};