Home | History | Annotate | Download | only in man3
"SDL_JoystickGetButton" "3" "Tue 11 Sep 2001, 23:00" "SDL" "SDL API Reference"
"NAME"
SDL_JoystickGetButton - Get the current state of a given button on a given joystick
"SYNOPSIS"

#include "SDL.h" Uint8 SDL_JoystickGetButton(SDL_Joystick *joystick, int button);

"DESCRIPTION"

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

"RETURN VALUE"

1 if the button is pressed. Otherwise, 0.

"SEE ALSO"

SDL_JoystickNumButtons created by instant / docbook-to-man, Tue 11 Sep 2001, 23:00