X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=include%2FGL%2Ffreeglut_std.h;h=37d29be1d12776458119eaa9b2063e6e24d83081;hb=ef2e1553f9d28b1af625e1165f6cdbb191d03de1;hp=a658c7c5f2b4163659a5e95a0e0c6c643fe89fce;hpb=cb299d78364a5535adca9413e69b08b4b9df548b;p=freeglut diff --git a/include/GL/freeglut_std.h b/include/GL/freeglut_std.h index a658c7c..37d29be 100644 --- a/include/GL/freeglut_std.h +++ b/include/GL/freeglut_std.h @@ -408,6 +408,16 @@ #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 +#define GLUT_SPACEBALL_BUTTON_C 0x0004 +#define GLUT_SPACEBALL_BUTTON_D 0x0008 +#define GLUT_SPACEBALL_BUTTON_E 0x0010 + +/* * Initialization functions, see fglut_init.c */ FGAPI void FGAPIENTRY glutInit( int* pargc, char** argv );