Set Unicode key code correctly for key events for WXK_RETURN in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Nov 2011 19:50:49 +0000 (19:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Nov 2011 19:50:49 +0000 (19:50 +0000)
commitb4c0df15e0e6f3f8dfff68969272836abb47eddb
treed1c3dc6b6eb12095f8e9005636543a349d755d5f
parente65ae1d36dbf4070cdb579f04849a7afae1341a3
Set Unicode key code correctly for key events for WXK_RETURN in wxMSW.

WXK_RETURN is an ASCII character so return it from wxKeyEvent::GetUnicodeKey()
for EVT_KEY_{DOWN,UP} events, especially as it was already done for EVT_CHAR
ones.

See #13558.

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