]> git.saurik.com Git - wxWidgets.git/commit
Improve printing out of pressed keys in the keyboard sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Sep 2010 10:18:57 +0000 (10:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Sep 2010 10:18:57 +0000 (10:18 +0000)
commite7b12eece089de08a761d5862ff92329e5038574
tree0b9ba3380ae9ba144aae613307f20d46aa6f4bcb
parent0c03f52d02470366a1b1370d918fa5779997e7f0
Improve printing out of pressed keys in the keyboard sample.

Add missing elements of wxKeyCode enum ("Windows" and "Command" keys) to the
GetVirtualKeyCodeName() function in the sample.

Also output "unknown" and not blank for WXK_NONE.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/keyboard/keyboard.cpp