#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <ctype.h>
#include <sys/errno.h>
#include <sysexits.h>
#include <IOKit/hid/IOHIDLib.h>
#include "joyreaderMacOS.h"
Go to the source code of this file.
Function Documentation
void CFSetCopyCallBack |
( |
const void * |
value, |
|
|
void * |
context |
|
) |
| |
int JoyReaderLoadJoystickCalibrationInfo |
( |
int |
nJoystick, |
|
|
JoyReader |
joystick[] |
|
) |
| |
FILE* JoyReaderOpenJoystickCalibrationFile |
( |
const char |
mode[] | ) |
|
FILE* JoyReaderOpenJoystickCalibrationFileC |
( |
const char |
mode[] | ) |
|
int JoyReaderSaveJoystickCalibrationInfo |
( |
int |
nJoystick, |
|
|
JoyReader |
joystick[] |
|
) |
| |
int JoyReaderSetUpJoystick |
( |
int & |
nJoystick, |
|
|
JoyReader |
joystick[], |
|
|
int |
maxNumJoystick |
|
) |
| |