Searched refs:motionFunc (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutCallback.cpp53 glutMotionFunc(GLUTmotionCB motionFunc) argument
55 gState.currentWindow->motion = motionFunc;
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_win.c940 glutMotionFunc(GLUTmotionCB motionFunc) argument
948 if (!motionFunc) {
956 if (motionFunc) {
966 motionFunc != NULL);
967 __glutCurrentWindow->motion = motionFunc;

Completed in 3 milliseconds