Physical gamepad analog support (SOLVED)

I took a look at the go API on_input function but I didn’t found any info about the analog sticks values inside the action table. Does it mean that I can’t access physical analog sticks values in Defold?

1 Like

It’s the first field, “value”. It should be analog between 0 and 1 for joysticks.

4 Likes

Thank you very much! I can’t believe I didn’t saw it! :smiley:

2 Likes