1JOYSTICK_BUTTON_INFO(3) Allegro manual JOYSTICK_BUTTON_INFO(3)
23
4
NAME
6JOYSTICK_BUTTON_INFO - Stores joystick button information. Allegro game
7programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
typedef struct JOYSTICK_BUTTON_INFO
14
DESCRIPTION
16int b; - boolean on/off flag
17char *name; - description of this
18button
1920
Read chapter "Joystick routines" for a description on how to obtain/use
21this structure.
2223
SEE ALSO
25joy(3)
2627
28
29
Allegro version 4.4.3 JOYSTICK_BUTTON_INFO(3)