Hello community,
I was wondering is there any function for the gamepad axis that detects when you release it, like on key release for the keyboard.
The only solution I can think of is comparing "if(left analog x axis == 0)" and then use a timer to stop it. But is there a easier way around this problem?