man aa_gotoxy (Fonctions bibliothèques) - move the hardware cursor (if any) to specified position.

NAME

aa_gotoxy - move the hardware cursor (if any) to specified position.

SYNOPSIS

#include <aalib.h> void aa_gotoxy

(

aa_context *c,

int x,

int y

);

PARAMETERS

aa_context *c
Specifies the AA-lib context to operate on.
int x
X coordinate of new position.
int y
Y coordinate of the position.

DESCRIPTION

Move the hardware cursor (if any) to specified position. To see the effect you need to call aa_flush too.

SEE ALSO