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_JoystickGetButton - Get the current state of a given button on a given joystick

Description

       SDL_JoystickGetButton returns the current state of the given button on the given joystick.

Name

       SDL_JoystickGetButton - Get the current state of a given button on a given joystick

Return Value

1 if the button is pressed. Otherwise, 0.

See Also

SDL_JoystickNumButtons

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

Synopsis

#include"SDL.h"Uint8SDL_JoystickGetButton(SDL_Joystick*joystick,intbutton);

See Also