mirror of
https://github.com/ecraven/g13.git
synced 2025-06-20 09:13:43 -04:00
Updated .bind File Example: Distinct Four Way Stickzones (markdown)
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
|
||||
stickzone del STICK_PAGEUP
|
||||
stickzone del STICK_PAGEDOWN
|
||||
stickzone bounds STICK_LEFT 0.0 0.3 0.1 0.7
|
||||
stickzone bounds STICK_RIGHT 0.9 0.3 1.0 0.7
|
||||
stickzone bounds STICK_UP 0.3 0.0 0.7 0.1
|
||||
stickzone bounds STICK_DOWN 0.3 0.9 0.7 1.0
|
||||
stickzone bounds STICK_LEFT 0.0 0.3 0.2 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.2
|
||||
stickzone bounds STICK_DOWN 0.3 0.8 0.7 1.0
|
||||
|
||||
bind STICK_LEFT KEY_LEFT
|
||||
bind STICK_RIGHT KEY_RIGHT
|
||||
|
Loading…
Reference in New Issue
Block a user