describes joystick mapping More...
#include <gamepad-map.h>
Public Member Functions | |
joystick_map_t (void) throw () | |
void | clear (void) throw () |
void | dump (IN const char *title) const throw () |
bool | isValid (void) const throw () |
Public Attributes | |
int | xIndex |
index of x axis potentiometer | |
int | yIndex |
index of y axis potentiometer |
describes joystick mapping
Definition at line 112 of file gamepad-map.h.
gamepad::joystick_map_t::joystick_map_t | ( | void | ) | throw () [inline] |
Definition at line 113 of file gamepad-map.h.
void gamepad::joystick_map_t::clear | ( | void | ) | throw () [inline] |
Definition at line 114 of file gamepad-map.h.
void gamepad::joystick_map_t::dump | ( | IN const char * | title | ) | const throw () [inline] |
Definition at line 117 of file gamepad-map.h.
bool gamepad::joystick_map_t::isValid | ( | void | ) | const throw () [inline] |
Definition at line 121 of file gamepad-map.h.
index of x axis potentiometer
Definition at line 126 of file gamepad-map.h.
index of y axis potentiometer
Definition at line 127 of file gamepad-map.h.