From 4dade059f1ea426bad1258bf64af77c26c2fe24e Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Thu, 8 Feb 2018 12:41:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=BC=D0=B0=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D0=B6=D0=BD=D0=B0=D1=8F=20=D1=84=D0=B8=D1=87=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications.cfg | 2 +- lib/MineOSInterface.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications.cfg b/Applications.cfg index 98a344d7..42a3e399 100644 --- a/Applications.cfg +++ b/Applications.cfg @@ -239,7 +239,7 @@ path="/lib/MineOSInterface.lua", url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/MineOSInterface.lua", type="Library", - version=1.32, + version=1.33, }, { path="/lib/MineOSPaths.lua", diff --git a/lib/MineOSInterface.lua b/lib/MineOSInterface.lua index 074f7f1a..3497bb82 100755 --- a/lib/MineOSInterface.lua +++ b/lib/MineOSInterface.lua @@ -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]