I am using xna.framework
and there is a problem whit this
while (true)
{
if (Keyboard.GetState().IsKeyDown(Keys.A))
{
Console.WriteLine("Something");
}
}
the if statement returns false whatever i do. I've seen another posts here about this problem, but there is no answer that helps me. Any ideas ?