46 #ifndef __IOHIDElement___ 47 #define __IOHIDElement___ 50 #pragma mark - includes & imports 52 #include <AvailabilityMacros.h> 58 #endif // if PRAGMA_ONCE 62 #endif // ifdef __cplusplus 66 #endif // if PRAGMA_IMPORT 68 #if PRAGMA_STRUCT_ALIGN 69 #pragma options align=mac68k 70 #elif PRAGMA_STRUCT_PACKPUSH 72 #elif PRAGMA_STRUCT_PACK 74 #endif // if PRAGMA_STRUCT_ALIGN 77 #pragma mark - typedef's, struct's, enums, defines, etc. 81 #pragma mark - exported globals 85 #pragma mark - exported function prototypes 113 extern double IOHIDElement_GetValue(IOHIDElementRef inIOHIDElementRef, IOHIDValueScaleType inIOHIDValueScaleType);
310 #if PRAGMA_STRUCT_ALIGN 311 #pragma options align=reset 312 #elif PRAGMA_STRUCT_PACKPUSH 314 #elif PRAGMA_STRUCT_PACK 316 #endif // if PRAGMA_STRUCT_ALIGN 318 #ifdef PRAGMA_IMPORT_OFF 322 #endif // ifdef PRAGMA_IMPORT_OFF 326 #endif // ifdef __cplusplus 328 #endif // __IOHIDElement___ // void IOHIDElement_SetCalibrationSaturationMax(IOHIDElementRef inIOHIDElementRef, double inValue)
Definition: IOHIDElement_.c:277
double IOHIDElement_GetCalibrationSaturationMin(IOHIDElementRef inIOHIDElementRef)
Definition: IOHIDElement_.c:210
Boolean HIDIsValidElement(IOHIDElementRef inIOHIDElementRef)
Definition: IOHIDElement_.c:81
double IOHIDElement_GetCalibrationDeadZoneMax(IOHIDElementRef inIOHIDElementRef)
Definition: IOHIDElement_.c:333
void IOHIDElement_SetCalibrationMin(IOHIDElementRef inIOHIDElementRef, double inValue)
Definition: IOHIDElement_.c:154
double_t IOHIDElement_GetCalibrationGranularity(IOHIDElementRef inIOHIDElementRef)
Definition: IOHIDElement_.c:374
double IOHIDElement_GetValue(IOHIDElementRef inIOHIDElementRef, IOHIDValueScaleType inIOHIDValueScaleType)
Definition: IOHIDElement_.c:106
void IOHIDElement_SetCalibrationDeadZoneMax(IOHIDElementRef inIOHIDElementRef, double inValue)
Definition: IOHIDElement_.c:359
void IOHIDElement_SetCalibrationMax(IOHIDElementRef inIOHIDElementRef, double inValue)
Definition: IOHIDElement_.c:195
double IOHIDElement_GetCalibrationSaturationMax(IOHIDElementRef inIOHIDElementRef)
Definition: IOHIDElement_.c:251
void IOHIDElement_SetDoubleProperty(IOHIDElementRef inIOHIDElementRef, CFStringRef inKey, double inValue)
Definition: IOHIDElement_.c:501
Boolean IOHIDElement_GetLongProperty(IOHIDElementRef inIOHIDElementRef, CFStringRef inKey, uint32_t *outValue)
Definition: IOHIDElement_.c:421
double IOHIDElement_GetCalibrationMin(IOHIDElementRef inIOHIDElementRef)
Definition: IOHIDElement_.c:128
void IOHIDElement_SetLongProperty(IOHIDElementRef inIOHIDElementRef, CFStringRef inKey, uint32_t inValue)
Definition: IOHIDElement_.c:450
double IOHIDElement_GetCalibrationMax(IOHIDElementRef inIOHIDElementRef)
Definition: IOHIDElement_.c:169
void IOHIDElement_SetCalibrationDeadZoneMin(IOHIDElementRef inIOHIDElementRef, double inValue)
Definition: IOHIDElement_.c:318
void IOHIDElement_SetCalibrationSaturationMin(IOHIDElementRef inIOHIDElementRef, double inValue)
Definition: IOHIDElement_.c:236
double IOHIDElement_GetCalibrationDeadZoneMin(IOHIDElementRef inIOHIDElementRef)
Definition: IOHIDElement_.c:292
void IOHIDElement_SetCalibrationGranularity(IOHIDElementRef inIOHIDElementRef, double_t inValue)
Definition: IOHIDElement_.c:400
Boolean IOHIDElement_GetDoubleProperty(IOHIDElementRef inIOHIDElementRef, CFStringRef inKey, double *outValue)
Definition: IOHIDElement_.c:472