more recent MS Windows systems reportedly support more than two joysticks,
so we need to rely on plib to tell us
This commit is contained in:
parent
8a6c95451b
commit
851e860b52
1 changed files with 0 additions and 5 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in a new issue