Public Methods
-
Joystick()
-
~Joystick()
-
void InitJS(void)
-
void readJS(void)
-
void closeJS(void)
-
void SetDisplayStatus(bool d)
-
void SetDevice(char* d)
-
void SetCalib(char* c)
- Set Device file name for the joystick
-
float GetAxisCoeffNZ(int n)
- Set Calibration file
-
int GetButtonState(int b)
Private Fields
-
js_data_struct jsd
- If you plan to open more joysticks you need a jsd structure for each one
-
char* device
-
char* calib
- Device file name for the joystick
-
bool DisplayStatus
- Calibration file
Documentation
- Joystick()
- ~Joystick()
- void InitJS(void)
- void readJS(void)
- void closeJS(void)
- void SetDisplayStatus(bool d)
- void SetDevice(char* d)
- void SetCalib(char* c)
- Set Device file name for the joystick
- float GetAxisCoeffNZ(int n)
- Set Calibration file
- int GetButtonState(int b)
- js_data_struct jsd
- If you plan to open more joysticks you need a jsd structure for each one
- char* device
- char* calib
- Device file name for the joystick
- bool DisplayStatus
- Calibration file
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.