Android gamepads

Hi! Help me, please:)! I can’t to add android gamepads in my project… May be anyone can write step by step how i can to do it?

Снимок экрана 2022-06-18 в 14.06.55

As with all other platforms you need to define gamepad configurations for each type of gamepad you wish to use:

The alternative approach is to use the raw game pad action:

The action table for the raw gamepad action contains all of the buttons and analog sticks for any connected gamepad. You can use pprint(action) to see what data that a raw action contains.

1 Like

Thank you!