This is very strange. I have a spaceshooter, and you use the left and right keys to move, but at random times during the game, nothing happens when you press those keys. There is no reason within my code for this. I've tried it on two computers and it does the same thing. I used FlushKeys (but I'm not sure if that would have done anything anyways)
All that's happening is it callse CheckKey() in the game loop and there is nothing that would change that. The shoot button still works and stuff and it's in the same function. Any reason this would happen?
All that's happening is it callse CheckKey() in the game loop and there is nothing that would change that. The shoot button still works and stuff and it's in the same function. Any reason this would happen?