Rename wxCharCode{MSWToWX,WXToMSW}() and move them to a separate header.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Sep 2010 10:18:53 +0000 (10:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 11 Sep 2010 10:18:53 +0000 (10:18 +0000)
commit0c03f52d02470366a1b1370d918fa5779997e7f0
tree020b7ed0812a90cdeaefb2052c458d908e863a1d
parentb6885972eeaa04d4362950e0863e5e07da2770fd
Rename wxCharCode{MSWToWX,WXToMSW}() and move them to a separate header.

These functions were confusingly named as they work with MSW (virtual) key
codes and not character codes, rename them to better indicate what they do.
They also don't need to be in wx/msw/window.h included by all wx code when
they are only really needed in a couple of files, so move them to a private
header.

No changes in behaviour.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/private/keyboard.h [new file with mode: 0644]
include/wx/msw/window.h
src/msw/accel.cpp
src/msw/listctrl.cpp
src/msw/uiaction.cpp
src/msw/window.cpp