From 96be3ad601f517bef7413a933a19129b5bb17b4e Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 4 Jun 2001 21:08:06 +0000 Subject: [PATCH] - 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 --- src/Main/main.cxx | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) 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