#include <joyreaderMacOS.h>
List of all members.
Static Public Member Functions |
static int | SetUpJoystick (int &nJoystick, JoyReader joystick[], int maxNumJoystick) |
Static Public Attributes |
static CFMutableArrayRef | devArray = NULL |
static IOHIDManagerRef | hidManager = NULL |
Protected Member Functions |
void | AddAxis (int axisId, IOHIDElementRef elem, int min, int max, int scaledMin, int scaledMax) |
Detailed Description
Definition at line 83 of file joyreaderMacOS.h.
Constructor & Destructor Documentation
Member Function Documentation
void JoyReader::AddAxis |
( |
int |
axisId, |
|
|
IOHIDElementRef |
elem, |
|
|
int |
min, |
|
|
int |
max, |
|
|
int |
scaledMin, |
|
|
int |
scaledMax |
|
) |
| |
|
protected |
void JoyReader::Read |
( |
void |
| ) |
|
int JoyReader::ReadCalibInfoFile |
( |
FILE * |
fp | ) |
|
void JoyReader::ReleaseInterface |
( |
void |
| ) |
|
int JoyReader::SetUpInterface |
( |
int |
joyId, |
|
|
IOHIDDeviceRef |
hidDev |
|
) |
| |
int JoyReader::SetUpJoystick |
( |
int & |
nJoystick, |
|
|
JoyReader |
joystick[], |
|
|
int |
maxNumJoystick |
|
) |
| |
|
static |
int JoyReader::WriteCalibInfoFile |
( |
FILE * |
fp | ) |
const |
Member Data Documentation
CFMutableArrayRef JoyReader::devArray = NULL |
|
static |
IOHIDDeviceRef JoyReader::hidDev |
IOHIDManagerRef JoyReader::hidManager = NULL |
|
static |
char JoyReader::regPath[512] |
The documentation for this class was generated from the following files: