FreeStick
0.3
Cross Platform Open Sorce Joystick Lib
|
#include "IOHIDElement_.h"
Functions | |
Boolean | HIDIsValidElement (IOHIDElementRef inIOHIDElementRef) |
double | IOHIDElement_GetValue (IOHIDElementRef inIOHIDElementRef, IOHIDValueScaleType inIOHIDValueScaleType) |
double | IOHIDElement_GetCalibrationMin (IOHIDElementRef inIOHIDElementRef) |
void | IOHIDElement_SetCalibrationMin (IOHIDElementRef inIOHIDElementRef, double inValue) |
double | IOHIDElement_GetCalibrationMax (IOHIDElementRef inIOHIDElementRef) |
void | IOHIDElement_SetCalibrationMax (IOHIDElementRef inIOHIDElementRef, double inValue) |
double | IOHIDElement_GetCalibrationSaturationMin (IOHIDElementRef inIOHIDElementRef) |
void | IOHIDElement_SetCalibrationSaturationMin (IOHIDElementRef inIOHIDElementRef, double inValue) |
double | IOHIDElement_GetCalibrationSaturationMax (IOHIDElementRef inIOHIDElementRef) |
void | IOHIDElement_SetCalibrationSaturationMax (IOHIDElementRef inIOHIDElementRef, double inValue) |
double | IOHIDElement_GetCalibrationDeadZoneMin (IOHIDElementRef inIOHIDElementRef) |
void | IOHIDElement_SetCalibrationDeadZoneMin (IOHIDElementRef inIOHIDElementRef, double inValue) |
double | IOHIDElement_GetCalibrationDeadZoneMax (IOHIDElementRef inIOHIDElementRef) |
void | IOHIDElement_SetCalibrationDeadZoneMax (IOHIDElementRef inIOHIDElementRef, double inValue) |
double_t | IOHIDElement_GetCalibrationGranularity (IOHIDElementRef inIOHIDElementRef) |
void | IOHIDElement_SetCalibrationGranularity (IOHIDElementRef inIOHIDElementRef, double_t inValue) |
Boolean | IOHIDElement_GetLongProperty (IOHIDElementRef inIOHIDElementRef, CFStringRef inKey, uint32_t *outValue) |
void | IOHIDElement_SetLongProperty (IOHIDElementRef inIOHIDElementRef, CFStringRef inKey, uint32_t inValue) |
Boolean | IOHIDElement_GetDoubleProperty (IOHIDElementRef inIOHIDElementRef, CFStringRef inKey, double *outValue) |
void | IOHIDElement_SetDoubleProperty (IOHIDElementRef inIOHIDElementRef, CFStringRef inKey, double inValue) |
Boolean HIDIsValidElement | ( | IOHIDElementRef | inIOHIDElementRef | ) |
double IOHIDElement_GetCalibrationDeadZoneMax | ( | IOHIDElementRef | inIOHIDElementRef | ) |
double IOHIDElement_GetCalibrationDeadZoneMin | ( | IOHIDElementRef | inIOHIDElementRef | ) |
double_t IOHIDElement_GetCalibrationGranularity | ( | IOHIDElementRef | inIOHIDElementRef | ) |
double IOHIDElement_GetCalibrationMax | ( | IOHIDElementRef | inIOHIDElementRef | ) |
double IOHIDElement_GetCalibrationMin | ( | IOHIDElementRef | inIOHIDElementRef | ) |
double IOHIDElement_GetCalibrationSaturationMax | ( | IOHIDElementRef | inIOHIDElementRef | ) |
double IOHIDElement_GetCalibrationSaturationMin | ( | IOHIDElementRef | inIOHIDElementRef | ) |
Boolean IOHIDElement_GetDoubleProperty | ( | IOHIDElementRef | inIOHIDElementRef, |
CFStringRef | inKey, | ||
double * | outValue | ||
) |
Boolean IOHIDElement_GetLongProperty | ( | IOHIDElementRef | inIOHIDElementRef, |
CFStringRef | inKey, | ||
uint32_t * | outValue | ||
) |
double IOHIDElement_GetValue | ( | IOHIDElementRef | inIOHIDElementRef, |
IOHIDValueScaleType | inIOHIDValueScaleType | ||
) |
void IOHIDElement_SetCalibrationDeadZoneMax | ( | IOHIDElementRef | inIOHIDElementRef, |
double | inValue | ||
) |
void IOHIDElement_SetCalibrationDeadZoneMin | ( | IOHIDElementRef | inIOHIDElementRef, |
double | inValue | ||
) |
void IOHIDElement_SetCalibrationGranularity | ( | IOHIDElementRef | inIOHIDElementRef, |
double_t | inValue | ||
) |
void IOHIDElement_SetCalibrationMax | ( | IOHIDElementRef | inIOHIDElementRef, |
double | inValue | ||
) |
void IOHIDElement_SetCalibrationMin | ( | IOHIDElementRef | inIOHIDElementRef, |
double | inValue | ||
) |
void IOHIDElement_SetCalibrationSaturationMax | ( | IOHIDElementRef | inIOHIDElementRef, |
double | inValue | ||
) |
void IOHIDElement_SetCalibrationSaturationMin | ( | IOHIDElementRef | inIOHIDElementRef, |
double | inValue | ||
) |
void IOHIDElement_SetDoubleProperty | ( | IOHIDElementRef | inIOHIDElementRef, |
CFStringRef | inKey, | ||
double | inValue | ||
) |
void IOHIDElement_SetLongProperty | ( | IOHIDElementRef | inIOHIDElementRef, |
CFStringRef | inKey, | ||
uint32_t | inValue | ||
) |