1JOYSTICK_AXIS_INFO(3) Allegro manual JOYSTICK_AXIS_INFO(3)
2
3
4
6 JOYSTICK_AXIS_INFO - Stores joystick axis information. Allegro game
7 programming library.
8
10 #include <allegro.h>
11
12
13 typedef struct JOYSTICK_AXIS_INFO
14
16 int pos; - analogue axis position
17 int d1, d2; - digital axis position
18 char *name; - description of this axis
19
20 Read chapter "Joystick routines" for a description on how to obtain/use
21 this structure.
22
23
25 joy(3)
26
27
28
29Allegro version 4.4.3 JOYSTICK_AXIS_INFO(3)