mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
Update private annotations
This commit is contained in:
@@ -191,6 +191,10 @@ function M:init(template, nodes)
|
||||
end
|
||||
|
||||
|
||||
---@private
|
||||
---@param action_id hash Action id from on_input
|
||||
---@param action table Action table from on_input
|
||||
---@return boolean is_consumed True if input was consumed
|
||||
function M:on_input(action_id, action)
|
||||
if action_id == const.ACTION_LSHIFT then
|
||||
if action.pressed then
|
||||
|
Reference in New Issue
Block a user