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:
@@ -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()
|
||||
*/
|
||||
|
Reference in New Issue
Block a user