This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| int | joystick_init () |
| Initializes joystick stuff. | |
| void | joystick_getXYZR (float *X, float *Y, float *Z, float *R, bool doX, bool doY, bool doZ, bool doR) |
| Get joystick position under MS Windows. | |
| void | joystick_close () |
| Close joystick under MS Windoze. | |
Definition in file joystick_PC.h.
|
|
Close joystick under MS Windoze. No need to close anything under Windows => this function does nothing... Definition at line 89 of file joystick_PC.cpp. Referenced by draw_graphics_kill(). |
|
||||||||||||||||||||||||||||||||||||
|
Get joystick position under MS Windows. Get the joystick positions for the axes specified. Values should be between -1.0 and 1.0
Definition at line 68 of file joystick_PC.cpp. References ActualPos, and f(). Referenced by DrawGLScene(). |
|
|
Initializes joystick stuff. Use Windows API to initialize joystick (if any connected) Definition at line 36 of file joystick_PC.cpp. References ActualPos, dwBoutons, InfosCaps, and uPoolPeriod. Referenced by draw_graphics_init(). |
1.4.6-NO