hookmap-core 0.2.1

Global hooks and input simulation fo keyboard and mouse.
Documentation
1
2
3
4
5
#[cfg(target_os = "windows")]
mod windows;

#[cfg(target_os = "windows")]
pub use self::windows::{install_hook, mouse, uninstall_hook};