aa_uninitmouse(3) uninitialize the mouse driver.

SYNOPSIS

#include <aalib.h>

void aa_uninitmouse(aa_context *context);

PARAMETERS

aa_context *context
Specifies the AA-lib context to operate on.

DESCRIPTION

Calls "uninitialize" function of the mouse driver. It ought to undo all actions done by "initialize" function.