Man Page: glutspaceballmotionfunc
Operating Environment: centos
Section: 3
UNTITLEDLOCAL UNTITLEDNAMEglutSpaceballMotionFunc -- Sets a spaceball motion callback.LIBRARYOpenGLUT - inputSYNOPSIS#include <openglut.h> void glutSpaceballMotionFunc(void( *callback )( int x, int y, int z ));PARAMETERScallback Client spaceball motion hook.DESCRIPTIONThis function registers a callback for a spaceball to report position. A spaceball has six axes of freedom (three of motion and three of orientation), plus buttons. The spaceball allows you to move a control point in 3D space with a resolution of +/- 1000 units along each of 3 axes. The callback is bound to the current window .CAVEATSOpenGLUT does not implement spaceball support.SEE ALSOglutSpaceballRotateFunc(3) glutSpaceballButtonFunc,(3) Epoch
| Related Man Pages |
|---|
| glutspaceballrotatefunc(3glut) - redhat |
| glutdeviceget(3) - centos |
| glutmousefunc(3) - centos |
| glutspaceballbuttonfunc(3glut) - suse |
| glutspaceballmotionfunc(3glut) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Best performance UNIX just for HOST Virtualization? |
| How to increment version inside a file? |
| Shopt -s histappend |
| Controlling user input |
| [TIP] Processing YAML files with yq |