Cosmos/source/KeyboardTest
Xenni_cp c902816004 Updated Keyboard to include pretty much every standard key I have on my keyboard.
Also modified it to use ConsoleKey for both displayable and non-displayable scancodes in addition to using char.
Non-displayable scancodes have char '\0'. Non-ConsoleKey-able scancodes have 'ConsoleKey.NoName'.
Added KeyboardTest in my playground which displays scancode, char, and ConsoleKey of keys pressed on the keyboard.
2009-06-11 21:22:29 +00:00
..
KeyboardTest.csproj Updated Keyboard to include pretty much every standard key I have on my keyboard. 2009-06-11 21:22:29 +00:00
KeyboardTest.csproj.vspscc Updated Keyboard to include pretty much every standard key I have on my keyboard. 2009-06-11 21:22:29 +00:00
Program.cs Updated Keyboard to include pretty much every standard key I have on my keyboard. 2009-06-11 21:22:29 +00:00