Searched refs:GLUTspecialFCB (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_fcb.c57 __glutCurrentWindow->fspecial = (GLUTspecialFCB) func;
60 __glutCurrentWindow->fspecialUp = (GLUTspecialFCB) func;
H A Dglutint.h402 GLUTspecialFCB fspecial; /* special key */
403 GLUTspecialFCB fspecialUp; /* special key up */
/xsrc/external/mit/MesaGLUT/dist/include/GL/
H A Dglutf90.h35 #define GLUT_FCB_SPECIAL 10 /* GLUTspecialFCB */
36 #define GLUT_FCB_SPECIAL_UP 11 /* GLUTspecialFCB */
61 typedef void (GLUTCALLBACK *GLUTspecialFCB) (int *, int *, int *); typedef in typeref:typename:void (GLUTCALLBACK *)(int *,int *,int *)
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h290 typedef void (*GLUTspecialFCB) (int *, int *, int *); typedef in typeref:typename:void (*)(int *,int *,int *)
420 GLUTspecialFCB fspecial; /* special key */
421 GLUTspecialFCB fspecialUp; /* special key up */

Completed in 7 milliseconds