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:
@@ -1737,6 +1737,17 @@ enum wxKeyCode
|
||||
WXK_WINDOWS_MENU
|
||||
};
|
||||
|
||||
#if wxUSE_HOTKEY
|
||||
enum wxHotkeyModifier
|
||||
{
|
||||
wxMOD_NONE = 0,
|
||||
wxMOD_ALT = 1,
|
||||
wxMOD_CONTROL = 2,
|
||||
wxMOD_SHIFT = 4,
|
||||
wxMOD_WIN = 8
|
||||
};
|
||||
#endif
|
||||
|
||||
// Mapping modes (same values as used by Windows, don't change)
|
||||
enum
|
||||
{
|
||||
|
Reference in New Issue
Block a user