Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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