]> git.saurik.com Git - wxWidgets.git/commit
Fixed wxMSW's EVT_CHAR so it conforms to the docs and also what wxGTK
authorRobin Dunn <robin@alldunn.com>
Wed, 14 Aug 2002 21:22:43 +0000 (21:22 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 14 Aug 2002 21:22:43 +0000 (21:22 +0000)
commitad9f1aec6324595612551f7ac83df24c1a47e227
treee8e04f6dd48f9990d4dbf7ea730a07c7e4341057
parentdb70a2f20ac7b47299fe7ab66bae9ef613a0fe6b
Fixed wxMSW's EVT_CHAR so it conforms to the docs and also what wxGTK
does already.  IOW, Ctrl-C should result in keycode == 3, not 99.

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