mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-27 10:12:48 +01:00
Немаловажная фича
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user