Gesture to show only config menu (#3051)

* Gesture to show only config menu

* Show config menu from bottom
This commit is contained in:
Robert
2017-08-05 21:49:00 +02:00
committed by Frans de Jonge
parent 4b9fc6333f
commit 21c63a297e
4 changed files with 34 additions and 20 deletions

View File

@@ -69,7 +69,7 @@ FOLLOW_LINK_TIMEOUT = 0.5
-- w: width of tap zone in proportion of screen width
-- h: height of tap zone in proportion of screen height
DTAP_ZONE_MENU = {x = 1/8, y = 0, w = 3/4, h = 1/8}
DTAP_ZONE_CONFIG = {x = 0, y = 0, w = 0, h = 0}
DTAP_ZONE_CONFIG = {x = 1/8, y = 7/8, w = 3/4, h = 1/8}
DTAP_ZONE_MINIBAR = {x = 0, y = 15/16, w = 1, h = 1/16}
DTAP_ZONE_FORWARD = {x = 1/4, y = 0, w = 3/4, h = 1}
DTAP_ZONE_BACKWARD = {x = 0, y = 0, w = 1/4, h = 1}