mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 02:22:18 +02:00
Add separate input priority component value
This commit is contained in:
@@ -16,7 +16,7 @@ function Component:update(dt)
|
||||
end
|
||||
|
||||
|
||||
-- Call only if exist interest: component.ON_INPUT or component.ON_INPUT_HIGH
|
||||
-- Call only if exist interest: component.ON_INPUT
|
||||
function Component:on_input(action_id, action)
|
||||
return false
|
||||
end
|
||||
|
Reference in New Issue
Block a user