Public Member Functions | Public Attributes

gamepad::joystick_map_t Struct Reference

describes joystick mapping More...

#include <gamepad-map.h>

List of all members.

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

Detailed Description

describes joystick mapping

Definition at line 112 of file gamepad-map.h.


Constructor & Destructor Documentation

gamepad::joystick_map_t::joystick_map_t ( void   )  throw () [inline]

Definition at line 113 of file gamepad-map.h.


Member Function Documentation

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.


Member Data Documentation

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.


The documentation for this struct was generated from the following file: