Original Post
Im working on a psudo logo program that will read commands from a file and execute them line by line and my C# application is console based. Since I am using C# for this, I decided to explore XNA Game Studio 3.1 to draw the turtle and its movemets. I am learning how to make a simple xna window etc from here: http://msdn.microsoft.com/en-us/library/bb203893.aspx But, once this window is created, I cannot do any IO with the console and am forced to deal with the xna created window. At the moment my xna code does nothing but create a window. It is a copy from the Windows Game Template from Visual Studio. Is there a way to disable input from the xna window?