rdev 0.1.0

Listen and send keyboard and mouse events on Windows, Linux and MacOS.
Documentation
1
2
3
4
5
6
7
8
extern crate winapi;

mod keycodes;
mod listen;
mod simulate;

pub use crate::windows::listen::listen;
pub use crate::windows::simulate::simulate;