• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Windows Gamepad right analog stick not registering properly

N

Nouvilas

Guest
Hello, I'm following a platformer tutorial, and when adding gamepad controls, I have found that the right analog stick is not registering properly in Gamemaker Studio, specifically, it does not detect the right stick when it is in the top left quarter of its movement, son when both
Code:
gamepad_axis_value(0,gp_axisrh)
and
Code:
gamepad_axis_value(0,gp_axisrv)
are negative.

I thought I might be the gamepad itself that was faulty, but I've tried https://gamepadviewer.com/ and it registers fine there.

Any idea what could be happening?
 
Top