Quote:
Originally Posted by embryo
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...
|
Thanks for this quick help!
Do you know how to disable long press altogether?