Added glutKeyboardUpFunc to the missing functions in 1.1.11

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@7920 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2010-11-30 11:00:52 +00:00
parent eba70247c3
commit b962fa8bde
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ compile:
<LI><TT>glutVideoResize()</TT> missing. </LI>
<LI><TT>glutWarpPointer()</TT></LI>
<LI><TT>glutWindowStatusFunc()</TT></LI>
<LI><TT>glutKeyboardUpFunc()</TT></LI>
<LI>Spaceball, buttonbox, dials, and tablet functions</LI>
</UL>
Most of the symbols/enumerations have different values than GLUT uses.