iw5-menus/zone_raw/code_post_gfx/thumbstick_legacy.cfg
6arelyFuture 79d5c0956d
All checks were successful
link / Link assets on Linux (push) Successful in 5m29s
feat: code_post_gfx.ff
2024-06-08 11:16:14 +02:00

11 lines
559 B
INI

//==========================================================================================
// Associate real axis to virtual axis.
// Real axis are : A_LSTICK_Y, A_LSTICK_X, A_RSTICK_X, A_RSTICK_Y, A_RTRIGGER, A_LTRIGGER
// Virtual axis are : VA_SIDE, VA_FORWARD, VA_UP, VA_YAW, VA_PITCH, VA_ATTACK
//==========================================================================================
bindaxis A_LSTICK_X VA_YAW MAP_LINEAR
bindaxis A_LSTICK_Y VA_FORWARD MAP_SQUARED
bindaxis A_RSTICK_X VA_SIDE MAP_SQUARED
bindaxis A_RSTICK_Y VA_PITCH MAP_LINEAR