]> git.saurik.com Git - wxWidgets.git/commit
For consistency with the docs and with wxMSW the keycode for
authorRobin Dunn <robin@alldunn.com>
Sun, 5 Feb 2006 22:10:13 +0000 (22:10 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 5 Feb 2006 22:10:13 +0000 (22:10 +0000)
commit1dabdced0ebd3fb19419b5a4737e2e30d0c8bd12
tree43d0335104a3e25fd4211fb9ba72ea7c5708315b
parent22b549f24724cffcbea676e4dad8d14ebfbb14c4
For consistency with the docs and with wxMSW the keycode for
Ctrl-letter EVT_CHAR events should be in the range 1-26.  Also, make
the m_uniChar value match the keycode for KEY_UP/DOWN events for
letters.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/window.cpp