man aa_recommendlowmouse (Fonctions bibliothèques) - Add the given driver to the end of list of mouse recommended drivers.

NAME

aa_recommendlowmouse - Add the given driver to the end of list of mouse recommended drivers.

SYNOPSIS

#include <aalib.h> void aa_recommendlowmouse(const char *name);

PARAMETERS

const char *name
Name of the driver (ought to match the "shortname" field of the driver definition structure).

DESCRIPTION

Add the given driver to the end of list of mouse recommended drivers.

SEE ALSO