|
FlightGear next
|
#include <jssuper.h>
Public Member Functions | |
| jsSuper (void) | |
| ~jsSuper (void) | |
| int | getNumJoysticks (void) |
| int | atFirst (void) |
| int | atLast (void) |
| void | firstJoystick (void) |
| void | lastJoystick (void) |
| int | nextJoystick (void) |
| int | prevJoystick (void) |
| jsJoystick * | getJoystick (int Joystick) |
| jsJoystick * | getJoystick (void) |
| int | getCurrentJoystickId (void) |
| jsSuper::jsSuper | ( | void | ) |
Definition at line 25 of file jssuper.cxx.
| jsSuper::~jsSuper | ( | void | ) |
Definition at line 71 of file jssuper.cxx.
| int jsSuper::nextJoystick | ( | void | ) |
Definition at line 50 of file jssuper.cxx.
| int jsSuper::prevJoystick | ( | void | ) |
Definition at line 59 of file jssuper.cxx.