calibrate_joystick_name - Man Page
Returns the next calibration text string. Allegro game programming library.
Synopsis
#include <allegro.h>
const char *calibrate_joystick_name(int n);
Description
Pass the number of the joystick you want to calibrate as the parameter.
Return Value
Returns a text description for the next type of calibration that will be done on the specified joystick, or NULL if no more calibration is required.
See Also
install_joystick(3), calibrate_joystick(3), joy(3), num_joysticks(3), exjoy(3)
Referenced By
calibrate_joystick(3), exjoy(3), install_joystick(3), joy(3).
version 4.4.3 Allegro manual