don't clutter the code with (apparently) unnecessary SM_SWAPBUTTON checks (patch 1892656)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6101,10 +6101,6 @@ WXWORD wxCharCodeWXToMSW(int wxk, bool *isVirtual)
|
||||
return vk;
|
||||
}
|
||||
|
||||
#ifndef SM_SWAPBUTTON
|
||||
#define SM_SWAPBUTTON 23
|
||||
#endif
|
||||
|
||||
// small helper for wxGetKeyState() and wxGetMouseState()
|
||||
static inline bool wxIsKeyDown(WXWORD vk)
|
||||
{
|
||||
|
Reference in New Issue
Block a user