doom3-gpl
Doom 3 GPL source release
|
#include <IOKit/IOKitLib.h>
#include <IOKit/hidsystem/IOHIDShared.h>
#include <assert.h>
Go to the source code of this file.
Functions | |
io_connect_t | OpenEventDriver (void) |
void | TestParams (io_connect_t ev, boolean_t show) |
int | main (int argc, char **argv) |
Variables | |
mach_port_t | masterPort |
Definition at line 40 of file showcursor.c.
io_connect_t OpenEventDriver | ( | void | ) |
Definition at line 11 of file showcursor.c.
void TestParams | ( | io_connect_t | ev, |
boolean_t | show | ||
) |
Definition at line 32 of file showcursor.c.
mach_port_t masterPort |
Definition at line 9 of file showcursor.c.