Hi,
what's a shorter way to check if a gamepad stick is moved in any direction?
I'm currently checking all axes individually for positive or negative input, using 4 separate conditions overall. It's just ugly, that's all.
There's gotta be some expression, but I'm messing up the syntax..
Can someone help out?