Resolve bug 864978 - GLUT_OWNS_JOYSTICK unhandled

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@422 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
nigels 2003-12-30 01:54:44 +00:00
parent 5cc127d807
commit 4be32e042b

View File

@ -522,6 +522,7 @@ int FGAPIENTRY glutDeviceGet( GLenum eWhat )
case GLUT_JOYSTICK_POLL_RATE: case GLUT_JOYSTICK_POLL_RATE:
case GLUT_HAS_JOYSTICK: case GLUT_HAS_JOYSTICK:
case GLUT_OWNS_JOYSTICK:
case GLUT_JOYSTICK_BUTTONS: case GLUT_JOYSTICK_BUTTONS:
case GLUT_JOYSTICK_AXES: case GLUT_JOYSTICK_AXES:
/* /*