44 inline int atFirst(
void) {
return currentJoystick == first; }
45 inline int atLast(
void) {
return currentJoystick == last; }
54 { currentJoystick=Joystick;
return js[Joystick]; }
56 inline jsJoystick*
getJoystick(
void) {
return js[currentJoystick]; }