Fixing the documentation regarding callbacks and geometry shape additions

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@643 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2005-06-23 17:39:05 +00:00
parent d81bca4108
commit 47c6519cb7

View File

@ -339,11 +339,10 @@ GLUT should simply exit (the default).
to Silicon Graphics hardware have not been implemented.  Most or all to Silicon Graphics hardware have not been implemented.  Most or all
of the new callbacks are listed in the GLUT Version 4 "glut.h" header file of the new callbacks are listed in the GLUT Version 4 "glut.h" header file
but did not make it into the documentation.  The new callbacks consist but did not make it into the documentation.  The new callbacks consist
of regular and special key release callbacks, a joystick callback, a menu of regular and special key release callbacks, a joystick callback, a window
state callback (with one argument, distinct from the menu status callback status callback, window closure callbacks, a menu closure callback, and a
which has three arguments), and a window status callback <br> mouse wheel callback.&nbsp; Unsupported callbacks are the three Spaceball
(also with one argument).&nbsp; Unsupported callbacks are the three Spaceball callbacks, the ButtonBox callback, and the two Tablet
callbacks, the ButtonBox callback, the Dials callback, and the two Tablet
callbacks.&nbsp; If the user has a need for an unsupported callback he should callbacks.&nbsp; If the user has a need for an unsupported callback he should
contact the <i>freeglut</i> development team.<br> contact the <i>freeglut</i> development team.<br>
@ -356,8 +355,8 @@ pixels for bitmapped fonts and in OpenGL units for the stroke fonts.<br>
<h3>3.4.5&nbsp; Geometry Rendering<br> <h3>3.4.5&nbsp; Geometry Rendering<br>
</h3> </h3>
Two functions have been added to render a wireframe and a solid rhombic Functions have been added to render a wireframe and a solid rhombic
dodecahedron. dodecahedron, a cylinder, and a Sierpinski sponge.
<h3> 3.4.5&nbsp; Extension Function Queries</h3> <h3> 3.4.5&nbsp; Extension Function Queries</h3>
glutGetProcAddress is a wrapper for the glXGetProcAddressARB and wglGetProcAddress glutGetProcAddress is a wrapper for the glXGetProcAddressARB and wglGetProcAddress
functions. functions.