View Full Version : How do you know when a key is released?
All the tutorials I read show how to detect if a key is pressed. What about when it is released. How may I detect this?
Thanks in advance!
In what API? If you mean Win32 I think there's a WM_KEYUP event or something. For glut I'm not sure there's a key up.
ZbuffeR
03-20-2005, 01:09 AM
With glut :
glutKeyboardUpFunc( keyboardUp );
http://www.nullterminator.net/glut.html
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.