Update RegisterHotKey() documentation to mention OS X support.

This function is implemented in wxOSX too, not just wxMSW.

See #12354.
This commit is contained in:
Vadim Zeitlin
2015-04-08 11:56:51 +02:00
parent 288f03d86f
commit ad92074535

View File

@@ -3482,9 +3482,8 @@ public:
modifier/virtualKeyCode combination. modifier/virtualKeyCode combination.
@remarks Use EVT_HOTKEY(hotkeyId, fnc) in the event table to capture the @remarks Use EVT_HOTKEY(hotkeyId, fnc) in the event table to capture the
event. This function is currently only implemented event. This function is currently only implemented under MSW
under Windows. It is used in the Windows CE port for and OSX and always returns false in the other ports.
detecting hardware button presses.
@see UnregisterHotKey() @see UnregisterHotKey()
*/ */