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

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