mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
#71 fix blocker input events
This commit is contained in:
@@ -29,7 +29,9 @@ end
|
|||||||
|
|
||||||
|
|
||||||
function M.on_input(self, action_id, action)
|
function M.on_input(self, action_id, action)
|
||||||
if action_id ~= const.ACTION_TOUCH and action_id ~= const.ACTION_MULTITOUCH then
|
if action_id ~= const.ACTION_TOUCH and
|
||||||
|
action_id ~= const.ACTION_MULTITOUCH and
|
||||||
|
action_id ~= nil then
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user