1JOYSTICK_BUTTON_INFO(3)         Allegro manual         JOYSTICK_BUTTON_INFO(3)
2
3
4

NAME

6       JOYSTICK_BUTTON_INFO - Stores joystick button information. Allegro game
7       programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       typedef struct JOYSTICK_BUTTON_INFO
14

DESCRIPTION

16          int b;                           - boolean on/off flag
17          char *name;                      - description of this
18                                             button
19
20       Read chapter "Joystick routines" for a description on how to obtain/use
21       this structure.
22
23

SEE ALSO

25       joy(3)
26
27
28
29Allegro                          version 4.4.3         JOYSTICK_BUTTON_INFO(3)
Impressum