1UNTITLED                             LOCAL                            UNTITLED
2

NAME

4     glutDialsFunc — Sets a dials-box button callback.
5

LIBRARY

7     OpenGLUT - input
8

SYNOPSIS

10     #include <openglut.h>
11
12     void
13     glutDialsFunc(void( *callback )( int dial, int value ));
14

PARAMETERS

16      callback     Client dials-box dial hook.
17

DESCRIPTION

19     A dials-and-buttons box has dials numbered from 1 to glutDeviceGet(
20     GLUT_NUM_BUTTON_BOX_DIALS),  inclusive.  The parameters to  callback  are
21     the  dial  and its  value  the latter being an absolute rotation in
22     degrees.
23
24     The callback is bound to the  current window  .
25

CAVEATS

27     OpenGLUT does not implement dials-box support.
28

SEE ALSO

30     glutButtonBoxFunc(3)
31
32
33
34
35                                     Epoch
Impressum