|
SDL
2.0
|
#include <SDL_sysjoystick_c.h>
Data Fields | |
| SDL_bool | use_deadzones |
| int | coef [3] |
| int | minimum |
| int | maximum |
| float | scale |
Definition at line 59 of file SDL_sysjoystick_c.h.
| int recDevice::axis_correct::coef[3] |
Definition at line 64 of file SDL_sysjoystick_c.h.
| int recDevice::axis_correct::maximum |
Definition at line 68 of file SDL_sysjoystick_c.h.
| int recDevice::axis_correct::minimum |
Definition at line 67 of file SDL_sysjoystick_c.h.
| float recDevice::axis_correct::scale |
Definition at line 69 of file SDL_sysjoystick_c.h.
| SDL_bool recDevice::axis_correct::use_deadzones |
Definition at line 61 of file SDL_sysjoystick_c.h.