I'm trying to get the value from the thumbstick with XInput, but the values are weird and I don't know how to handle them correctly.
How do I calculate so that I can read the values between -1 (thumbstick to the left/up) +1 (thumbstick to the right/down)
Similiar to XNA's Gamepad.GetState().ThumbSticks.Left.X ( -1 = to the left, +1 = to the right ).
Any ideas?