mirror of
https://github.com/Insality/druid
synced 2025-09-28 02:22:19 +02:00
Merge branch 'develop' into tests
This commit is contained in:
@@ -61,7 +61,7 @@ local Button = component.create("button")
|
||||
|
||||
|
||||
local function is_input_match(self, action_id)
|
||||
if action_id == const.ACTION_TOUCH then
|
||||
if action_id == const.ACTION_TOUCH or action_id == const.ACTION_MULTITOUCH then
|
||||
return true
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user