Lines Matching refs:func
22 __glutSetFCB(int which, GLUTproc func)
27 __glutCurrentWindow->fdisplay = (GLUTdisplayFCB) func;
30 __glutCurrentWindow->freshape = (GLUTreshapeFCB) func;
33 __glutCurrentWindow->fmouse = (GLUTmouseFCB) func;
36 __glutCurrentWindow->fmotion = (GLUTmotionFCB) func;
39 __glutCurrentWindow->fpassive = (GLUTpassiveFCB) func;
42 __glutCurrentWindow->fentry = (GLUTentryFCB) func;
45 __glutCurrentWindow->fkeyboard = (GLUTkeyboardFCB) func;
48 __glutCurrentWindow->fkeyboardUp = (GLUTkeyboardFCB) func;
51 __glutCurrentWindow->fwindowStatus = (GLUTwindowStatusFCB) func;
54 __glutCurrentWindow->fvisibility = (GLUTvisibilityFCB) func;
57 __glutCurrentWindow->fspecial = (GLUTspecialFCB) func;
60 __glutCurrentWindow->fspecialUp = (GLUTspecialFCB) func;
63 __glutCurrentWindow->fbuttonBox = (GLUTbuttonBoxFCB) func;
66 __glutCurrentWindow->fdials = (GLUTdialsFCB) func;
69 __glutCurrentWindow->fspaceMotion = (GLUTspaceMotionFCB) func;
72 __glutCurrentWindow->fspaceRotate = (GLUTspaceRotateFCB) func;
75 __glutCurrentWindow->fspaceButton = (GLUTspaceButtonFCB) func;
78 __glutCurrentWindow->ftabletMotion = (GLUTtabletMotionFCB) func;
81 __glutCurrentWindow->ftabletButton = (GLUTtabletButtonFCB) func;
85 __glutCurrentWindow->fjoystick = (GLUTjoystickFCB) func;
89 __glutCurrentWindow->overlay->fdisplay = (GLUTdisplayFCB) func;
92 __glutCurrentMenu->fselect = (GLUTselectFCB) func;
95 __glutNewTimer->ffunc = (GLUTtimerFCB) func;