OpenGL Discussion and Help Forums
>
DEVELOPERS
>
OpenGL coding: beginners
> Keyboard input
PDA
View Full Version :
Keyboard input
Questions Burner
10-15-2001, 02:29 AM
I have a problem with keyboard input, it's that I can't receive 2 input at a time. Up key and down key so that I can rotate x and y axis at a time.
Leyder Dylan
10-15-2001, 09:17 AM
Ex :
if ((keys[VK_UP]) && (keys[VK_DOWN]))
{
// your code here
}
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.