Updated .bind File Example: Distinct Four Way Stickzones (markdown)

Vangamar 2016-04-23 15:29:39 -05:00
parent f94a179087
commit 8be97fac83

@ -58,10 +58,10 @@ This basically gives you a *reliable* extra four buttons on the thumbstick, with
# Setup distinct/non-overlapping 4-Way zones # Setup distinct/non-overlapping 4-Way zones
stickzone del STICK_PAGEUP stickzone del STICK_PAGEUP
stickzone del STICK_PAGEDOWN stickzone del STICK_PAGEDOWN
stickzone bounds STICK_LEFT 0.0 0.3 0.1 0.7 stickzone bounds STICK_LEFT 0.0 0.3 0.2 0.7
stickzone bounds STICK_RIGHT 0.9 0.3 1.0 0.7 stickzone bounds STICK_RIGHT 0.8 0.3 1.0 0.7
stickzone bounds STICK_UP 0.3 0.0 0.7 0.1 stickzone bounds STICK_UP 0.3 0.0 0.7 0.2
stickzone bounds STICK_DOWN 0.3 0.9 0.7 1.0 stickzone bounds STICK_DOWN 0.3 0.8 0.7 1.0
bind STICK_LEFT KEY_LEFT bind STICK_LEFT KEY_LEFT
bind STICK_RIGHT KEY_RIGHT bind STICK_RIGHT KEY_RIGHT