logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

Name

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

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(3alleg4),     calibrate_joystick(3alleg4),     joy(3alleg4),     num_joysticks(3alleg4),
       exjoy(3alleg4)

Allegro                                           version 4.4.3                 calibrate_joystick_name(3alleg4)

Synopsis

#include<allegro.h>constchar*calibrate_joystick_name(intn);

See Also