Dechode / Open-Throttle

Open source racing / rally simulator
GNU General Public License v3.0
10 stars 3 forks source link

Input manager returns 0.5 for an axis when using -1...1 range before any input on that axis #61

Closed Dechode closed 1 year ago

Dechode commented 1 year ago

When starting a race and using controller with -1...1 axis range, InputManager returns 0.5 before any input on that axis has happened. This is because Godot for some reason return axis value 0 by default even if the axis might go from -1 to 1.