return non-numpad key codes from wxCharCodeMSWToWX() if it is called with lParam...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Feb 2006 15:04:04 +0000 (15:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 15 Feb 2006 15:04:04 +0000 (15:04 +0000)
commited5bc8f1bfec69427d183ae49f5d4e744d088011
treeffa59c6c1815193c836a2447d5f1775408cd30b4
parentb1ac62dda7b057ed22003af29652df9b95cba1ce
return non-numpad key codes from wxCharCodeMSWToWX() if it is called with lParam==0 (this happens only when it's not called from WM_KEYDOWN/UP/CHAR handler and so we don't have information about which key was really pressed)

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