
Converting Input.Key to keychar
Posted Saturday, 29 May, 2010 - 09:33 by thelolmaster inI noticed this was brought up a while ago:
http://www.opentk.com/node/1202
http://www.opentk.com/node/759
I was just wondering if there was any progress on this, since I'm making a textbox using OpenTK and it would be nice to have this so I could pass the keychar in to the standard .NET methods of Char.IsDigit(), Char.IsControl() and it would be recognised properly.

