Hello :)
I'm making a very simple game in C++ (very much like the old DOS game Supaplex if anybody know that :P). I'm using the windows API, not GDI, DirectX or anything like that. I've only just begun learning the Win Api some days ago :)
I have the problem that I don't know how to check if multiple keys are pressed. I want to have that only when holding down the space key, you can do something with the arrow keys. I had tried to search the web, but I could only find something about using shift and ctrl as hotkeys. Someone know how to do this?