mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-14 17:18:05 +00:00
c95e847890
They were negative by default but they should've been positive: > a value ranging from -32768 to 32767. Triggers, however, range from 0 to 32767 (they never return a negative value). https://wiki.libsdl.org/SDL_GameControllerGetAxis This fixes LTRIGGER and RTRIGGER (L2/Zl and R2/Zr on most gamepads)