Lines Matching refs:currentWindow
31 gState.currentWindow->display = displayFunc;
37 gState.currentWindow->keyboard = keyboardFunc;
43 gState.currentWindow->special = specialFunc;
49 gState.currentWindow->mouse = mouseFunc;
55 gState.currentWindow->motion = motionFunc;
61 gState.currentWindow->passive = passiveMotionFunc;
67 gState.currentWindow->entry = entryFunc;
69 gState.currentWindow->entryState = -1;
76 gState.currentWindow->windowStatus = windowStatusFunc;
83 gState.currentWindow->visibility(GLUT_NOT_VISIBLE);
85 gState.currentWindow->visibility(GLUT_VISIBLE);
91 gState.currentWindow->visibility = visibilityFunc;
102 gState.currentWindow->reshape = reshapeFunc;
104 gState.currentWindow->reshape = __glutDefaultReshape;