I am curious as to if XNA includes any sort of text input support? I need to make a "Name:--------" type entry box on my create character screen, and I wanted to avoid hand making an inputbox class if it was at all possible, since I am only going to be taking on user text input this one time outside of the games controls. I wanted the typical blinking cursor and letter by letter text input.
It shouldn't be a problem to make on my own, but yeah, if anyone knows of a function that does this for me in C# or XNA, let me know !