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

pull/1946/head
Qingping Hou 8 years ago
parent 62f07b505e
commit f77317ac25

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

Loading…
Cancel
Save