From: curt Date: Mon, 4 Jun 2001 21:08:06 +0000 (+0000) Subject: - no longer include Joystick/joystick.hxx X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=96be3ad601f517bef7413a933a19129b5bb17b4e;p=flightgear.git - no longer include Joystick/joystick.hxx - include Input/input.hxx - register GLUTkeyup and GLUTspecialkeyup with glut - comment out call to fgJoystickRead - comment out call to fgJoystickInit - add call to FGInput::update to replace fgJoystickRead --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 05414d4cd..49e90a55c 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -81,7 +81,7 @@ #include #include #include -#include +// #include #ifdef FG_NETWORK_OLK #include #endif @@ -98,6 +98,8 @@ #include