tfc 0.7.0

The Fat Controller. A library for simulating mouse and keyboard events.
Documentation
1
2
3
4
5
6
7
// CarbonCore/MacTypes.h
// /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/MacTypes.h

pub type OptionBits = u32;
pub type OSStatus = i32;
pub type UniChar = u16;
pub type UniCharCount = std::ffi::c_ulong;