glutjoystickfunc(3) centos man page | unix.com

Man Page: glutjoystickfunc

Operating Environment: centos

Section: 3

UNTITLED
LOCAL UNTITLED
NAME
glutJoystickFunc -- Reports joystick state for the current window.
LIBRARY
OpenGLUT - input
SYNOPSIS
#include <openglut.h> void glutJoystickFunc(void( *callback )( unsigned int buttons, int xaxis, int yaxis, int zaxis ), int pollInterval);
PARAMETERS
callback Client function for joystick events pollInterval Approximate (minimum) millisecond interval
DESCRIPTION
The 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
glutdeviceget(3glut) - redhat
glutforcejoystickfunc(3glut) - mojave
glutforcejoystickfunc(3glut) - redhat
glutpopwindow(3) - centos
glutsetwindow(3) - centos
Similar Topics in the Unix Linux Community
Best performance UNIX just for HOST Virtualization?
Tar Command
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq