1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_maxgui_removehotkey:
- ============
- RemoveHotKey
- ============
- RemoveHotKey -
- Description
- ===========
- .. code-block:: blitzmax
- RemoveHotKey(hotkey:THotKey)
- Remove a hotkey event.
- Removes a hotkey object created with #SetHotKeyEvent.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|