Немаловажная фича

This commit is contained in:
Igor Timofeev
2018-02-08 12:41:47 +03:00
parent 38ec4f8e87
commit 4dade059f1
2 changed files with 2 additions and 2 deletions

View File

@@ -1536,7 +1536,7 @@ local function windowCheck(window, x, y)
end
local function windowEventHandler(mainContainer, window, eventData)
if eventData[1] == "touch" then
if eventData[1] == "touch" and not windowCheck(window, eventData[3], eventData[4]) then
window.lastTouchPosition = {
x = eventData[3],
y = eventData[4]