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

NAME

6       calibrate_joystick_name  -  Returns  the  next calibration text string.
7       Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       const char *calibrate_joystick_name(int n);
14

DESCRIPTION

16       Pass the number of the joystick you want to calibrate as the parameter.
17

RETURN VALUE

19       Returns a text description for the next type of calibration  that  will
20       be  done  on  the specified joystick, or NULL if no more calibration is
21       required.
22
23

SEE ALSO

25       install_joystick(3), calibrate_joystick(3),  joy(3),  num_joysticks(3),
26       exjoy(3)
27
28
29
30Allegro                          version 4.4.3      calibrate_joystick_name(3)
Impressum