From ad92074535daaeb4ccd2870a1f36e580d24472bc Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 8 Apr 2015 11:56:51 +0200 Subject: [PATCH] Update RegisterHotKey() documentation to mention OS X support. This function is implemented in wxOSX too, not just wxMSW. See #12354. --- interface/wx/window.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/interface/wx/window.h b/interface/wx/window.h index 44cb77dfd0..4f3f047745 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -3482,9 +3482,8 @@ public: modifier/virtualKeyCode combination. @remarks Use EVT_HOTKEY(hotkeyId, fnc) in the event table to capture the - event. This function is currently only implemented - under Windows. It is used in the Windows CE port for - detecting hardware button presses. + event. This function is currently only implemented under MSW + and OSX and always returns false in the other ports. @see UnregisterHotKey() */