Lines Matching refs:GLUTCALLBACK
51 typedef void (GLUTCALLBACK *GLUTdisplayFCB) (void);
52 typedef void (GLUTCALLBACK *GLUTreshapeFCB) (int *, int *);
54 typedef void (GLUTCALLBACK *GLUTkeyboardFCB) (int *, int *, int *);
55 typedef void (GLUTCALLBACK *GLUTmouseFCB) (int *, int *, int *, int *);
56 typedef void (GLUTCALLBACK *GLUTmotionFCB) (int *, int *);
57 typedef void (GLUTCALLBACK *GLUTpassiveFCB) (int *, int *);
58 typedef void (GLUTCALLBACK *GLUTentryFCB) (int *);
59 typedef void (GLUTCALLBACK *GLUTwindowStatusFCB) (int *);
60 typedef void (GLUTCALLBACK *GLUTvisibilityFCB) (int *);
61 typedef void (GLUTCALLBACK *GLUTspecialFCB) (int *, int *, int *);
62 typedef void (GLUTCALLBACK *GLUTbuttonBoxFCB) (int *, int *);
63 typedef void (GLUTCALLBACK *GLUTdialsFCB) (int *, int *);
64 typedef void (GLUTCALLBACK *GLUTspaceMotionFCB) (int *, int *, int *);
65 typedef void (GLUTCALLBACK *GLUTspaceRotateFCB) (int *, int *, int *);
66 typedef void (GLUTCALLBACK *GLUTspaceButtonFCB) (int *, int *);
67 typedef void (GLUTCALLBACK *GLUTtabletMotionFCB) (int *, int *);
68 typedef void (GLUTCALLBACK *GLUTtabletButtonFCB) (int *, int *, int *, int *);
69 typedef void (GLUTCALLBACK *GLUTjoystickFCB) (unsigned int *buttonMask, int *x, int *y, int *z);
71 typedef void (GLUTCALLBACK *GLUTselectFCB) (int *);
72 typedef void (GLUTCALLBACK *GLUTtimerFCB) (int *);
73 typedef void (GLUTCALLBACK *GLUTmenuStateFCB) (int *); /* DEPRICATED. */
74 typedef void (GLUTCALLBACK *GLUTmenuStatusFCB) (int *, int *, int *);
75 typedef void (GLUTCALLBACK *GLUTidleFCB) (void);