|
direcs
2012-09-30
|
#include <joyreaderMacOS.h>


Public Member Functions | |
| void | BeginCaptureMinMax (void) |
| void | CaptureCenter (void) |
| void | CaptureMinMax (void) |
| void | CenterFromMinMax (void) |
| double | GetCalibratedValue (void) const |
| JoyReaderAxis () | |
Public Member Functions inherited from JoyReaderElement | |
| JoyReaderElement () | |
Public Attributes | |
| int | calibCenter |
| int | calibMax |
| int | calibMin |
| int | max |
| int | min |
| int | scaledMax |
| int | scaledMin |
Public Attributes inherited from JoyReaderElement | |
| IOHIDElementRef | elem |
| int | exist |
| int | value |
Definition at line 49 of file joyreaderMacOS.h.
| JoyReaderAxis::JoyReaderAxis | ( | ) |
Definition at line 39 of file joyreaderMacOS.cpp.
| void JoyReaderAxis::BeginCaptureMinMax | ( | void | ) |
Definition at line 84 of file joyreaderMacOS.cpp.
| void JoyReaderAxis::CaptureCenter | ( | void | ) |
Definition at line 79 of file joyreaderMacOS.cpp.
| void JoyReaderAxis::CaptureMinMax | ( | void | ) |
Definition at line 90 of file joyreaderMacOS.cpp.
| void JoyReaderAxis::CenterFromMinMax | ( | void | ) |
Definition at line 102 of file joyreaderMacOS.cpp.
| double JoyReaderAxis::GetCalibratedValue | ( | void | ) | const |
Definition at line 50 of file joyreaderMacOS.cpp.
| int JoyReaderAxis::calibCenter |
Definition at line 54 of file joyreaderMacOS.h.
| int JoyReaderAxis::calibMax |
Definition at line 54 of file joyreaderMacOS.h.
| int JoyReaderAxis::calibMin |
Definition at line 54 of file joyreaderMacOS.h.
| int JoyReaderAxis::max |
Definition at line 52 of file joyreaderMacOS.h.
| int JoyReaderAxis::min |
Definition at line 52 of file joyreaderMacOS.h.
| int JoyReaderAxis::scaledMax |
Definition at line 53 of file joyreaderMacOS.h.
| int JoyReaderAxis::scaledMin |
Definition at line 53 of file joyreaderMacOS.h.