Implement actions in different gamepads

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ArAdev

Hi, I want to make a local multiplayer mode for my game and I have a problem. Imagine that the 2 players want to use a different gamepads to control their characters.
I have set the actions in the project settings to use a gamepad, but how can I make the engine to recognize that the action is done by a determined gamepad when calling that action in code?