Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 635 Bytes

SDL_JoystickGetButton.3

File metadata and controls

18 lines (18 loc) · 635 Bytes
 
Sep 14, 2001
Sep 14, 2001
1
.TH "SDL_JoystickGetButton" "3" "Tue 11 Sep 2001, 23:00" "SDL" "SDL API Reference"
Apr 26, 2001
Apr 26, 2001
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.SH "NAME"
SDL_JoystickGetButton\- Get the current state of a given button on a given joystick
.SH "SYNOPSIS"
.PP
\fB#include "SDL\&.h"
.sp
\fBUint8 \fBSDL_JoystickGetButton\fP\fR(\fBSDL_Joystick *joystick, int button\fR);
.SH "DESCRIPTION"
.PP
SDL_JoystickGetButton returns the current state of the given \fBbutton\fR on the given \fBjoystick\fR\&.
.SH "RETURN VALUE"
.PP
\fB1\fR if the button is pressed\&. Otherwise, \fB0\fR\&.
.SH "SEE ALSO"
.PP
\fI\fBSDL_JoystickNumButtons\fP\fR
Sep 14, 2001
Sep 14, 2001
18
...\" created by instant / docbook-to-man, Tue 11 Sep 2001, 23:00