Added two more navigator states (that might be implemented) for BlackBerry

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1657 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dcnieho 2014-01-24 10:28:14 +00:00
parent 887d9f033e
commit c41c6b60de

View File

@ -457,10 +457,12 @@ void fgPlatformProcessSingleEvent ( void )
case NAVIGATOR_SWIPE_DOWN:
case NAVIGATOR_BACK:
case NAVIGATOR_WINDOW_ACTIVE:
case NAVIGATOR_WINDOW_INACTIVE:
case NAVIGATOR_DEVICE_LOCK_STATE:
case NAVIGATOR_WINDOW_COVER:
case NAVIGATOR_WINDOW_COVER_ENTER:
case NAVIGATOR_WINDOW_COVER_EXIT:
case NAVIGATOR_APP_STATE:
//XXX Should probably do something with these
break;