#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 "ysjoyreader.h"
Go to the source code of this file.
Functions | |
void | CFSetCopyCallBack (const void *value, void *context) |
int | YsJoyReaderLoadJoystickCalibrationInfo (int nJoystick, YsJoyReader joystick[]) |
FILE * | YsJoyReaderOpenJoystickCalibrationFile (const char mode[]) |
FILE * | YsJoyReaderOpenJoystickCalibrationFileC (const char mode[]) |
int | YsJoyReaderSaveJoystickCalibrationInfo (int nJoystick, YsJoyReader joystick[]) |
int | YsJoyReaderSetUpJoystick (int &nJoystick, YsJoyReader joystick[], int maxNumJoystick) |
void CFSetCopyCallBack | ( | const void * | value, |
void * | context | ||
) |
Definition at line 410 of file ysjoyreader.cpp.
int YsJoyReaderLoadJoystickCalibrationInfo | ( | int | nJoystick, |
YsJoyReader | joystick[] | ||
) |
Definition at line 563 of file ysjoyreader.cpp.
FILE* YsJoyReaderOpenJoystickCalibrationFile | ( | const char | mode[] | ) |
Definition at line 539 of file ysjoyreader.cpp.
FILE* YsJoyReaderOpenJoystickCalibrationFileC | ( | const char | mode[] | ) |
int YsJoyReaderSaveJoystickCalibrationInfo | ( | int | nJoystick, |
YsJoyReader | joystick[] | ||
) |
Definition at line 544 of file ysjoyreader.cpp.
int YsJoyReaderSetUpJoystick | ( | int & | nJoystick, |
YsJoyReader | joystick[], | ||
int | maxNumJoystick | ||
) |
Definition at line 531 of file ysjoyreader.cpp.