]> git.mxchange.org Git - flightgear.git/blobdiff - Joystick/joystick.hxx
Moved max node per tile definition to fg_constants.h
[flightgear.git] / Joystick / joystick.hxx
index 6a47e0d0935df9a884e3e2ddecdffa3bb09ad21a..23bebedc634f58746564b3f427d6fb9f39c81894 100644 (file)
 // Initialize the joystick(s)
 int fgJoystickInit( void );
 
-// update the control parameters based on joystick intput
-int fgJoystickRead( void );
+#if defined( ENABLE_LINUX_JOYSTICK )
+    // update the control parameters based on joystick intput
+    int fgJoystickRead( void );
+#endif // ENABLE_LINUX_JOYSTICK
 
 
 #endif // _JOYSTICK_HXX
 
 
 // $Log$
+// Revision 1.3  1998/10/27 02:14:33  curt
+// Changes to support GLUT joystick routines as fall back.
+//
 // Revision 1.2  1998/10/25 10:56:27  curt
 // Completely rewritten to use Steve Baker's joystick interface class.
 //