mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
customizable tap zones for page flipping and bookmarking
This commit is contained in:
@@ -80,16 +80,6 @@ function ReaderPaging:initGesListener()
|
||||
}
|
||||
}
|
||||
},
|
||||
ToggleFlipping = {
|
||||
GestureRange:new{
|
||||
ges = "tap",
|
||||
range = Geom:new{
|
||||
x = 0, y = 0,
|
||||
w = Screen:getWidth()/8,
|
||||
h = Screen:getHeight()/8
|
||||
}
|
||||
}
|
||||
},
|
||||
Swipe = {
|
||||
GestureRange:new{
|
||||
ges = "swipe",
|
||||
|
||||
Reference in New Issue
Block a user