logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_JoystickIndex - Get the index of an SDL_Joystick.

Description

       Returns the index of a given SDL_Joystick structure.

Name

       SDL_JoystickIndex - Get the index of an SDL_Joystick.

Return Value

       Index number of the joystick.

See Also

SDL_JoystickOpen

SDL                                          Tue 11 Sep 2001, 23:00                         SDL_JoystickIndex(3)

Synopsis

#include"SDL.h"intSDL_JoystickIndex(SDL_Joystick*joystick);

See Also