From f77317ac254114c1a4379b9696c7532bfd9bade1 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Wed, 6 Apr 2016 20:35:50 -0700 Subject: [PATCH] touch_probe(fix): do not filter probe touch event by range --- utils/kobo_touch_probe.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/utils/kobo_touch_probe.lua b/utils/kobo_touch_probe.lua index a0c777a08..0547398d9 100755 --- a/utils/kobo_touch_probe.lua +++ b/utils/kobo_touch_probe.lua @@ -45,11 +45,6 @@ function TouchProbe:init() TapProbe = { GestureRange:new{ ges = "tap", - range = Geom:new{ - x = 0, y = 0, - w = Screen:getWidth(), - h = Screen:getHeight(), - }, } }, }