FlightGear next
|
#include <jsinput.h>
Public Member Functions | |
jsInput (jsSuper *jss) | |
~jsInput (void) | |
void | displayValues (bool bb) |
int | getInput (void) |
void | findDeadBand (void) |
int | getInputJoystick (void) |
int | getInputAxis (void) |
int | getInputButton (void) |
bool | getInputAxisPositive (void) |
float | getReturnThreshold (void) |
void | setReturnThreshold (float ff) |
jsInput::jsInput | ( | jsSuper * | jss | ) |
Definition at line 33 of file jsinput.cxx.
jsInput::~jsInput | ( | void | ) |
Definition at line 40 of file jsinput.cxx.
void jsInput::findDeadBand | ( | void | ) |
Definition at line 128 of file jsinput.cxx.
int jsInput::getInput | ( | void | ) |
Definition at line 42 of file jsinput.cxx.