Searched refs:joystick (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_joy.c29 /* Capture joystick focus if current window has
39 /* Release joystick focus if current window has
41 if (__glutCurrentWindow->joystick
48 __glutCurrentWindow->joystick = joystickFunc;
58 if (__glutCurrentWindow->joystick) {
63 /* Poll the joystick. */
76 __glutCurrentWindow->joystick(jix.dwButtons,
H A Dwin32_winproc.c620 if (window->joystick && __glutCurrentWindow) {
625 joystick at a time, we must capture it when we get the
647 if (window->joystick && __glutCurrentWindow) {
650 joystick at a time, we must capture it when we get the
693 if (window->joystick) {
709 window->joystick(jix.dwButtons, SCALE(x), SCALE(y), SCALE(z));
717 if (window->joystick) {
H A Dglutint.h388 GLUTjoystickCB joystick; /* joystick */ member in struct:_GLUTwindow
389 int joyPollInterval; /* joystick polling interval */
412 GLUTjoystickFCB fjoystick; /* joystick */
H A Dglut_win.c654 window->joystick = NULL;
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglutint.h403 GLUTjoystickCB joystick; /* joystick */ member in struct:_GLUTwindow
404 int joyPollInterval; /* joystick polling interval */
435 GLUTjoystickFCB fjoystick; /* joystick */

Completed in 7 milliseconds