tfc 0.7.0

The Fat Controller. A library for simulating mouse and keyboard events.
Documentation
#![allow(dead_code)]

mod errno;
mod fcntl;
mod input;
mod input_event_codes;
mod ioctl;
mod string;
mod uinput;
mod unistd;

pub use errno::*;
pub use fcntl::*;
pub use input::*;
pub use input_event_codes::*;
pub use ioctl::*;
pub use string::*;
pub use uinput::*;
pub use unistd::*;