FlightGear next
jsSuper Class Reference

#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)
 

Detailed Description

Definition at line 30 of file jssuper.h.

Constructor & Destructor Documentation

◆ jsSuper()

jsSuper::jsSuper ( void )

Definition at line 25 of file jssuper.cxx.

◆ ~jsSuper()

jsSuper::~jsSuper ( void )

Definition at line 71 of file jssuper.cxx.

Member Function Documentation

◆ atFirst()

int jsSuper::atFirst ( void )
inline

Definition at line 44 of file jssuper.h.

◆ atLast()

int jsSuper::atLast ( void )
inline

Definition at line 45 of file jssuper.h.

◆ firstJoystick()

void jsSuper::firstJoystick ( void )
inline

Definition at line 47 of file jssuper.h.

◆ getCurrentJoystickId()

int jsSuper::getCurrentJoystickId ( void )
inline

Definition at line 58 of file jssuper.h.

◆ getJoystick() [1/2]

jsJoystick * jsSuper::getJoystick ( int Joystick)
inline

Definition at line 53 of file jssuper.h.

◆ getJoystick() [2/2]

jsJoystick * jsSuper::getJoystick ( void )
inline

Definition at line 56 of file jssuper.h.

◆ getNumJoysticks()

int jsSuper::getNumJoysticks ( void )
inline

Definition at line 42 of file jssuper.h.

◆ lastJoystick()

void jsSuper::lastJoystick ( void )
inline

Definition at line 48 of file jssuper.h.

◆ nextJoystick()

int jsSuper::nextJoystick ( void )

Definition at line 50 of file jssuper.cxx.

◆ prevJoystick()

int jsSuper::prevJoystick ( void )

Definition at line 59 of file jssuper.cxx.


The documentation for this class was generated from the following files: