GoDarkCherries
Newcomer
- Joined
- May 31, 2004
- Messages
- 16
I am implementing a simple 3D game that needs user interactions using the UP, DOWN, LEFT, RIGHT arrows to move an object on screen.
I successfully got each keys to work individually, but as soon as i press two or more keys at the same time, the program seems to be only picking up one key state.
If anybody got any suggesting or anything that might help me please post here. I am very much appreciated, thanks to all.
P.s I am using VC++ 6.0 Complier
I successfully got each keys to work individually, but as soon as i press two or more keys at the same time, the program seems to be only picking up one key state.
If anybody got any suggesting or anything that might help me please post here. I am very much appreciated, thanks to all.
P.s I am using VC++ 6.0 Complier