Penguin
Blame: SDL_JoystickGetButton(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_JoystickGetButton(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!JoystickGetButton
2 !!!SDL_!JoystickGetButton
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 SEE ALSO
8 ----
9 !!NAME
10
11
2 perry 12 SDL_!JoystickGetButton- Get the current state of a given button on a given joystick
1 perry 13 !!SYNOPSIS
14
15
16 __#include __
17
18
2 perry 19 __Uint8 SDL_!JoystickGetButton__(__SDL_Joystick
1 perry 20 *joystick, int button__);
21 !!DESCRIPTION
22
23
2 perry 24 SDL_!JoystickGetButton returns the current state of the given
1 perry 25 __button__ on the given __joystick__.
26 !!RETURN VALUE
27
28
29 __1__ if the button is pressed. Otherwise,
30 __0__.
31 !!SEE ALSO
32
33
2 perry 34 __SDL_!JoystickNumButtons__
1 perry 35 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.