1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
.\" Automatically generated by Pandoc 1.19.2.4
.\"
.TH "ALLEGRO_JOYFLAGS" "3" "" "Allegro reference manual" ""
.hy
.SH NAME
.PP
ALLEGRO_JOYFLAGS \- Allegro 5 API
.SH SYNOPSIS
.IP
.nf
\f[C]
#include\ <allegro5/allegro.h>
enum\ ALLEGRO_JOYFLAGS
\f[]
.fi
.SH DESCRIPTION
.IP \[bu] 2
ALLEGRO_JOYFLAG_DIGITAL \- the stick provides digital input
.IP \[bu] 2
ALLEGRO_JOYFLAG_ANALOGUE \- the stick provides analogue input
.PP
(this enum is a holdover from the old API and may be removed)
.SH SEE ALSO
.PP
al_get_joystick_stick_flags(3)
|