mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
touch_probe(fix): do not filter probe touch event by range
This commit is contained in:
@@ -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(),
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user