X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Joystick%2Fjoystick.hxx;h=23bebedc634f58746564b3f427d6fb9f39c81894;hb=12b31bb051e84e9a081895cda15c8a9d9c2eba8c;hp=6a47e0d0935df9a884e3e2ddecdffa3bb09ad21a;hpb=372eeb7aa70f1b4ecdbd94dda139260b319c7d03;p=flightgear.git diff --git a/Joystick/joystick.hxx b/Joystick/joystick.hxx index 6a47e0d09..23bebedc6 100644 --- a/Joystick/joystick.hxx +++ b/Joystick/joystick.hxx @@ -34,14 +34,19 @@ // 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. //