touch_probe(fix): do not filter probe touch event by range

This commit is contained in:
Qingping Hou
2016-04-06 20:35:50 -07:00
parent 62f07b505e
commit f77317ac25

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