tfc 0.7.0

The Fat Controller. A library for simulating mouse and keyboard events.
Documentation
1
2
3
4
5
6
7
#[allow(non_camel_case_types)]
pub type xkb_keysym_t = u32;

#[link(name = "xkbcommon")]
extern {
    pub fn xkb_keysym_to_utf32(keysym: xkb_keysym_t) -> u32;
}