mirror of
https://github.com/Insality/druid.git
synced 2025-06-27 10:27:47 +02:00
#71 fix blocker input events
This commit is contained in:
parent
409657c12b
commit
844f0dc356
@ -29,7 +29,9 @@ end
|
||||
|
||||
|
||||
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
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user