Set the player index of an opened game controller.
void SDL_GameControllerSetPlayerIndex(SDL_GameController *gamecontroller, int player_index);
gamecontroller |
the game controller object to adjust. |
player_index |
Player index to assign to this controller. |
This function is available since SDL 2.0.12.