From: mfranz Date: Sun, 1 Apr 2007 22:22:05 +0000 (+0000) Subject: more recent MS Windows systems reportedly support more than two joysticks, X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=851e860b527b49cc0cc6700e827c65bdd361e794;p=flightgear.git more recent MS Windows systems reportedly support more than two joysticks, so we need to rely on plib to tell us --- diff --git a/src/Input/input.hxx b/src/Input/input.hxx index ca15e458d..7a981b0fa 100644 --- a/src/Input/input.hxx +++ b/src/Input/input.hxx @@ -151,12 +151,7 @@ private: enum { MAX_KEYS = 1024, - - #ifdef WIN32 - MAX_JOYSTICKS = 2, - #else MAX_JOYSTICKS = 10, - #endif MAX_JOYSTICK_AXES = _JS_MAX_AXES, MAX_JOYSTICK_BUTTONS = 32,