diff --git a/freeglut/web-src/docs/api.php b/freeglut/web-src/docs/api.php index 9cfeacd..1b5a08b 100644 --- a/freeglut/web-src/docs/api.php +++ b/freeglut/web-src/docs/api.php @@ -1381,19 +1381,31 @@ The glutSpaceballButtonFunc function sets the window's Spaceball button

Description

-

The button argument may take one of the following defined constant values

+

The button argument may take one of the following defined +constant values:

-

The updown argument may take one of the two defined constant values

+

The updown argument may take one of the two defined constant +values:

+

Changes From GLUT

+ +

+The GLUT_SPACEBALL_BUTTON_ defines for the button argument of +the callback are not provided by GLUT, but the numerical values returned +are the same. +

+

12.18 glutButtonBoxFunc