customizable tap zones for page flipping and bookmarking

This commit is contained in:
chrox
2013-12-17 19:53:43 +08:00
parent 3205f228d3
commit f0039cbb02
6 changed files with 64 additions and 41 deletions

View File

@@ -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",