Greetings, I took some time programming in monogame , and now I 've noticed a problem. When I move my player with the arrows and I press another key continuously , the player moves randomly and ignores the key I’m pressing. This happens too in the Microsoft XNA tutorials .
Someone has this happened too?
Here I attached a piece of code of the player and InputManager class.
Thank you for your help.
InputManager Class
Player Class