GNU Info

Info Node: (aalib.info)aa_gotoxy

(aalib.info)aa_gotoxy


Next: aa_help Prev: aa_getmouse Up: Reference
Enter node , (file) or (file)node

aa_gotoxy
=========

     #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.


automatically generated by info2www version 1.2.2.9