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