From c9442fa1197d293f86884dc67d462ac7e55a02a4 Mon Sep 17 00:00:00 2001 From: Diederick Niehorster Date: Wed, 20 Jan 2016 20:45:48 +0100 Subject: [PATCH] fixing up some docs regarding spaceball buttons --- freeglut/web-src/docs/api.php | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) 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