Query: glutjoystickfunc
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutJoystickFunc -- Reports joystick state for the current window.LIBRARYOpenGLUT - inputSYNOPSIS#include <openglut.h> void glutJoystickFunc(void( *callback )( unsigned int buttons, int xaxis, int yaxis, int zaxis ), int pollInterval);PARAMETERScallback Client function for joystick events pollInterval Approximate (minimum) millisecond intervalDESCRIPTIONThe callback is called roughly every pollinterval milliseconds, and will give the joystick status. The buttons bitmask is a bit-wise OR of: - GLUT_JOYSTICK_BUTTON_A - GLUT_JOYSTICK_BUTTON_B - GLUT_JOYSTICK_BUTTON_C - GLUT_JOYSTICK_BUTTON_D The axis values are in the range [-1000,1000]. Epoch
Related Man Pages |
---|
glutforcejoystickfunc(3glut) - mojave |
glutjoystickfunc(3glut) - redhat |
glutsetwindow(3) - centos |
glutforcejoystickfunc(3glut) - suse |
glutjoystickfunc(3glut) - osx |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Weird 'find' results |
Set hard block limit for user using quota |
Tar Command |
CentOS 6 ran out of space, need to reclaim it |