Searched refs:GLUTjoystickFCB (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/include/GL/
H A Dglutf90.h44 #define GLUT_FCB_JOYSTICK 19 /* GLUTjoystickFCB */
69 typedef void (GLUTCALLBACK *GLUTjoystickFCB) (unsigned int *buttonMask, int *x, int *y, int *z); typedef in typeref:typename:void (GLUTCALLBACK *)(unsigned int * buttonMask,int * x,int * y,int * z)
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_fcb.c85 __glutCurrentWindow->fjoystick = (GLUTjoystickFCB) func;
H A Dglutint.h412 GLUTjoystickFCB fjoystick; /* joystick */
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h298 typedef void (*GLUTjoystickFCB) (unsigned int *buttonMask, int *x, int *y, int *z); typedef in typeref:typename:void (*)(unsigned int * buttonMask,int * x,int * y,int * z)
435 GLUTjoystickFCB fjoystick; /* joystick */

Completed in 7 milliseconds