describes a potentiometer mapping More...
#include <gamepad-map.h>
Public Member Functions | |
| pot_map_t (void) throw () | |
| void | clear (void) throw () |
| void | dump (IN const char *title) const throw () |
| bool | isValid (void) const throw () |
Public Attributes | |
| int | index |
| index of potentiometer | |
describes a potentiometer mapping
Definition at line 132 of file gamepad-map.h.
| gamepad::pot_map_t::pot_map_t | ( | void | ) | throw () [inline] |
Definition at line 133 of file gamepad-map.h.
| void gamepad::pot_map_t::clear | ( | void | ) | throw () [inline] |
Definition at line 134 of file gamepad-map.h.
| void gamepad::pot_map_t::dump | ( | IN const char * | title | ) | const throw () [inline] |
Definition at line 137 of file gamepad-map.h.
| bool gamepad::pot_map_t::isValid | ( | void | ) | const throw () [inline] |
Definition at line 141 of file gamepad-map.h.
index of potentiometer
Definition at line 146 of file gamepad-map.h.
1.7.1