Searched refs:GLUTmotionCB (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutCallback.cpp53 glutMotionFunc(GLUTmotionCB motionFunc)
H A DglutWindow.h62 GLUTmotionCB motion; /* motion (x,y) */
H A Dglutint.h255 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 Dglutint.h268 typedef void (GLUTCALLBACK *GLUTmotionCB) (int, int); typedef in typeref:typename:void (GLUTCALLBACK *)(int,int)
371 GLUTmotionCB motion; /* motion (x,y) */
H A Dglut_win.c940 glutMotionFunc(GLUTmotionCB motionFunc)

Completed in 7 milliseconds