#71 fix blocker input events

This commit is contained in:
Insality 2020-06-14 20:09:23 +03:00
parent 409657c12b
commit 844f0dc356

View File

@ -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