Added API macros for Spaceball buttons.
(cherry picked from commit472bc2bf62
) (cherry picked from commit472bc2bf62
) git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1784 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
dc4f2d3847
commit
09c97585c9
@ -407,6 +407,13 @@
|
|||||||
#define GLUT_GAME_MODE_REFRESH_RATE 0x0005
|
#define GLUT_GAME_MODE_REFRESH_RATE 0x0005
|
||||||
#define GLUT_GAME_MODE_DISPLAY_CHANGED 0x0006
|
#define GLUT_GAME_MODE_DISPLAY_CHANGED 0x0006
|
||||||
|
|
||||||
|
/*
|
||||||
|
* GLUT API macro definitions -- Spaceball button definitions
|
||||||
|
*/
|
||||||
|
|
||||||
|
#define GLUT_SPACEBALL_BUTTON_A 0x0001
|
||||||
|
#define GLUT_SPACEBALL_BUTTON_B 0x0002
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Initialization functions, see fglut_init.c
|
* Initialization functions, see fglut_init.c
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user