Big import of updated joystick code from PLIB, with permission from

Steve Baker.  Most of the adaptation done by John, with a little bit
of testing and changes by Thierry Thomas and myself.  Seems to compile on:

  WIN32
  Red Hat LINUX
  FreeBSD
  NetBSD/amd64


git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@450 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
rkrolib 2004-02-05 23:31:09 +00:00
parent 46f090da2c
commit 3119df3a6c
2 changed files with 1387 additions and 312 deletions

View File

@ -205,6 +205,7 @@ void fgInitialize( const char* displayName )
#endif
fgJoystickInit( 0 );
fgJoystickInit( 1 );
fgState.Initialised = GL_TRUE;
}

File diff suppressed because it is too large Load Diff