]> git.saurik.com Git - wxWidgets.git/commit
Add support for VK_OEM_102 key under wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Nov 2011 19:50:53 +0000 (19:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Nov 2011 19:50:53 +0000 (19:50 +0000)
commitfc4070fc9d9d79c60b9f33278047e2d8081c8b18
treec68aa7194177dfcf30bfa384392de3c27d94ef77
parentb4c0df15e0e6f3f8dfff68969272836abb47eddb
Add support for VK_OEM_102 key under wxMSW.

This is the "<>|" key on German keyboard and is also used in many other
layouts so failing to handle it resulted in not receiving EVT_KEY_XXX events
for these keys in wxWidgets programs.

Closes #13558.

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