calibrate_joystick_name (3) - Linux Manuals
calibrate_joystick_name: Returns the next calibration text string. Allegro game programming library.
Command to display calibrate_joystick_name
manual in Linux: $ man 3 calibrate_joystick_name
NAME
calibrate_joystick_name - 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.
Pages related to calibrate_joystick_name