a joystick is a 2-axis stick More...
#include <gamepad-map.h>
Public Member Functions | |
joystick_t (void) throw () | |
void | clear (void) throw () |
Public Attributes | |
pot_value_t | x |
current x-axis potentiometer value | |
pot_value_t | y |
current y-axis potentiometer value |
a joystick is a 2-axis stick
Definition at line 97 of file gamepad-map.h.
gamepad::joystick_t::joystick_t | ( | void | ) | throw () [inline] |
Definition at line 99 of file gamepad-map.h.
void gamepad::joystick_t::clear | ( | void | ) | throw () [inline] |
Definition at line 100 of file gamepad-map.h.
current x-axis potentiometer value
Definition at line 106 of file gamepad-map.h.
current y-axis potentiometer value
Definition at line 107 of file gamepad-map.h.