mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 18:42:19 +02:00
Update
This commit is contained in:
10
docs_md/components/extended/hotkey_api.md
Normal file
10
docs_md/components/extended/hotkey_api.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Hotkey Quick API reference
|
||||
|
||||
```lua
|
||||
hotkey:add_hotkey(keys, [callback_argument])
|
||||
hotkey:init(keys, callback, [callback_argument])
|
||||
hotkey:is_processing()
|
||||
hotkey:on_focus_gained()
|
||||
hotkey:on_input([action_id], [action])
|
||||
hotkey:on_style_change(style)
|
||||
hotkey:set_repeat(is_enabled_repeated)
|
Reference in New Issue
Block a user