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

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutCallback.cpp59 glutPassiveMotionFunc(GLUTpassiveCB passiveMotionFunc) argument
61 gState.currentWindow->passive = passiveMotionFunc;
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_win.c971 glutPassiveMotionFunc(GLUTpassiveCB passiveMotionFunc) argument
974 passiveMotionFunc != NULL);
980 __glutCurrentWindow->entry != NULL || passiveMotionFunc != NULL);
982 __glutCurrentWindow->passive = passiveMotionFunc;

Completed in 3 milliseconds