git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59344
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// handle a key event in a multi-selection control
//
// return true if the key was processed, false otherwise
- bool MSWHandleSelectionKey(WPARAM vkey);
+ bool MSWHandleSelectionKey(unsigned vkey);
// data used only while editing the item label:
return true;
}
-bool wxTreeCtrl::MSWHandleSelectionKey(WPARAM vkey)
+bool wxTreeCtrl::MSWHandleSelectionKey(unsigned vkey)
{
const bool bCtrl = wxIsCtrlDown();
const bool bShift = wxIsShiftDown();