From 3bed0feb38b20125db302bdba86e2d1090d2edf7 Mon Sep 17 00:00:00 2001 From: dcnieho Date: Wed, 20 Jan 2016 19:49:02 +0000 Subject: [PATCH] fixing up some docs regarding spaceball buttons (cherry picked from commit c9442fa1197d293f86884dc67d462ac7e55a02a4) (cherry picked from commit c9442fa1197d293f86884dc67d462ac7e55a02a4) git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1791 7f0cb862-5218-0410-a997-914c9d46530a --- 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