tfc 0.7.0

The Fat Controller. A library for simulating mouse and keyboard events.
Documentation
1
2
3
4
5
6
7
8
9
// errhandlingapi.h

use super::types::*;

#[link(name = "kernel32")]
extern "stdcall" {
    // https://docs.microsoft.com/en-us/windows/win32/api/errhandlingapi/nf-errhandlingapi-getlasterror
    pub fn GetLastError() -> DWORD;
}