X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=include%2FGL%2Ffreeglut_std.h;h=37d29be1d12776458119eaa9b2063e6e24d83081;hb=ef2e1553f9d28b1af625e1165f6cdbb191d03de1;hp=5ffc5a082849906dd9547c60a053966303c8e067;hpb=630b996f22fe007ccbf7e93cdf5ff12bf2c3cf05;p=freeglut diff --git a/include/GL/freeglut_std.h b/include/GL/freeglut_std.h index 5ffc5a0..37d29be 100644 --- a/include/GL/freeglut_std.h +++ b/include/GL/freeglut_std.h @@ -413,6 +413,9 @@ #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