Noted the numerical value for spaceball button macro
(cherry picked from commit5f6e4fbe68
) (cherry picked from commit5f6e4fbe68
) git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1790 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
6f764746e1
commit
7e16d00e49
@ -1384,7 +1384,7 @@ The <tt>glutSpaceballButtonFunc</tt> function sets the window's Spaceball button
|
|||||||
<p>The <i>button</i> argument may take one of the following defined constant values</p>
|
<p>The <i>button</i> argument may take one of the following defined constant values</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
GLUT_SPACEBALL_BUTTON_A, GLUT_SPACEBALL_BUTTON_B,..., GLUT_SPACEBALL_BUTTON_E
|
GLUT_SPACEBALL_BUTTON_A(0x00000001), GLUT_SPACEBALL_BUTTON_B(0x00000002),..., GLUT_SPACEBALL_BUTTON_E(0x00000010)
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>The <i>updown</i> argument may take one of the two defined constant values</p>
|
<p>The <i>updown</i> argument may take one of the two defined constant values</p>
|
||||||
|
Reference in New Issue
Block a user