Searched refs:GLUTmouseFCB (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaGLUT/dist/include/GL/ | ||
| H A D | glutf90.h | 27 #define GLUT_FCB_MOUSE 2 /* GLUTmouseFCB */ 55 typedef void (GLUTCALLBACK *GLUTmouseFCB) (int *, int *, int *, int *); typedef in typeref:typename:void (GLUTCALLBACK *)(int *,int *,int *,int *) |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ | ||
| H A D | glut_fcb.c | 33 __glutCurrentWindow->fmouse = (GLUTmouseFCB) func; |
| H A D | glutint.h | 394 GLUTmouseFCB fmouse; /* Fortran mouse */ |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ | ||
| H A D | glutint.h | 279 typedef void (*GLUTmouseFCB) (int *, int *, int *, int *); typedef in typeref:typename:void (*)(int *,int *,int *,int *) 410 GLUTmouseFCB fmouse; /* Fortran mouse */ |
Completed in 6 milliseconds