Applied patch [ 758687 ] RegisterHotkey implemented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2106,6 +2106,19 @@ void wxWindowBase::ReleaseMouse()
|
||||
GetCapture());
|
||||
}
|
||||
|
||||
#if wxUSE_HOTKEY
|
||||
bool wxWindowBase::RegisterHotKey(int hotkeyId, int modifiers, int virtualKeyCode)
|
||||
{
|
||||
// not implemented
|
||||
return false;
|
||||
}
|
||||
|
||||
bool wxWindowBase::UnregisterHotKey(int hotkeyId)
|
||||
{
|
||||
// not implemented
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
void wxWindowBase::SendDestroyEvent()
|
||||
{
|
||||
|
Reference in New Issue
Block a user