Advertisement

GLUT Key handling question ....

Started by December 18, 2000 02:42 PM
0 comments, last by LordRaptor 23 years, 11 months ago
Hi ! Does there exist a function/procedure in GLUT for WM_KEYUP events ? "glutKeyboardFunc" is only for WM_KEYDOWN. Okay, I tried to handle the messages on my own (in cooperation with GLUT), but the whole is not as good as possible I think. AND: It''s not as FAST as possbile ''cause you have to get the messages two times (on the one hand GLUT handels the message, on the other you have to check them for a WM_KEYUP event). Can somebody help me ? I''m veeeery lucky about every information I could get ... so long LordRaptor
You have glutKeyboardUpFunc but the input functions in GLUT is limited.

This topic is closed to new replies.

Advertisement