summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2015-03-10 13:12:41 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2015-03-10 13:12:41 +0000
commitfaad46f94552e391fe44b5bb3888cacaaa4e99b8 (patch)
tree62803541ed8970e5b268e704659b80a6393409e6
parent0f45a7adf55c002d6f3804c56344340690556c42 (diff)
Add glutKeyboardUpFunc to list of not implemented glut functions (STR #2459).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10613 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--documentation/src/glut.dox1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/src/glut.dox b/documentation/src/glut.dox
index 83335588f..985d3074f 100644
--- a/documentation/src/glut.dox
+++ b/documentation/src/glut.dox
@@ -37,6 +37,7 @@ to compile:
\li \p glutGet(GLUT_SCREEN_WIDTH_MM)
\li \p glutGet(GLUT_WINDOW_NUM_CHILDREN)
\li \p glutInitDisplayMode(GLUT_LUMINANCE)
+\li \p glutKeyboardUpFunc(void(*callback)(unsigned char key, int x, int y))
\li \p glutLayerGet(GLUT_HAS_OVERLAY)
\li \p glutLayerGet(GLUT_LAYER_IN_USE)
\li \p glutPushWindow()