[.net] [XNA] Getting Text from keyboard

Started by
19 comments, last by Headkaze 16 years, 1 month ago
Quote:Original post by leidegren
A lot of ruckus for something quite simple. I noticed the lack of buffered input and made my own little hack for it. It works perfectly well, and doesn't really involve much code at all.

http://forums.xna.com/53074/ShowThread.aspx


Why are you using P/Invoke to hook WndProc? Can't you just override this method in a form or doesn't XNA work like that?

This topic is closed to new replies.

Advertisement