Merge pull request #1946 from koreader/houqp-master

touch_probe(fix): do not filter probe touch event by range
This commit is contained in:
Huang Xin
2016-04-07 00:21:05 -05:00

View File

@@ -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(),
},
}
},
}