I have a mini game project to do in WPF c#.
The game is about shooting and most of the game is almost done.
The problem is that I'm using KeyDown event for move up and down, and need also to fire with the space key.
every thing works fine until i'm trying to move up or down and also try to shot. I tried to put the fire event in the KeyUp, but still, when moving and shot together its just dont work.
I tried to use 3 booleans, and still not working because than I need another timer for and its not rendering good enough.
please let me know if you have any ideas for that.
BTW, I know WPF dosnt meant to creat games, but its has to be done in WPF.
Thanks!