Searched refs:GLUTmotionCB (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ | ||
| H A D | glutCallback.cpp | 53 glutMotionFunc(GLUTmotionCB motionFunc) |
| H A D | glutWindow.h | 62 GLUTmotionCB motion; /* motion (x,y) */ |
| H A D | glutint.h | 255 typedef void (*GLUTmotionCB) (int, int); typedef in typeref:typename:void (*)(int,int) 386 GLUTmotionCB motion; /* motion (x,y) */ |
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ | ||
| H A D | glutint.h | 268 typedef void (GLUTCALLBACK *GLUTmotionCB) (int, int); typedef in typeref:typename:void (GLUTCALLBACK *)(int,int) 371 GLUTmotionCB motion; /* motion (x,y) */ |
| H A D | glut_win.c | 940 glutMotionFunc(GLUTmotionCB motionFunc) |
Completed in 7 milliseconds