- added declarations for GLUTkeyup and GLUTspecialkeyup to capture
key-release events
This commit is contained in:
parent
523cc794df
commit
c9616e8c10
1 changed files with 2 additions and 0 deletions
|
@ -44,7 +44,9 @@
|
|||
|
||||
// Handle keyboard events
|
||||
void GLUTkey(unsigned char k, int x, int y);
|
||||
void GLUTkeyup(unsigned char k, int x, int y);
|
||||
void GLUTspecialkey(int k, int x, int y);
|
||||
void GLUTspecialkeyup(int k, int x, int y);
|
||||
|
||||
|
||||
#endif // _KEYBOARD_HXX
|
||||
|
|
Loading…
Add table
Reference in a new issue