Quote:
Originally Posted by Vax
Can someone help me on what I need to do? Or point me in the right direction?
|
A way to do this is by editing the file
defaults.lua
There is a section for zones.
I think you are interested in the first line (DTAP_ZONE_MENU).
Code:
-- customizable tap zones(rectangles)
-- x: x coordinate of top left corner in proportion of screen width
-- y: y coordinate of top left corner in proportion of screen height
-- 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/4}
I don't know about long press though...