Next Previous Contents

3.182 tgi_gotoxy

Function

Set graphics cursor at x, y.

Header

tgi.h

Declaration

void __fastcall__ tgi_gotoxy (int x, int y);

Description

Set graphics cursor at x, y.

Limits

  • The function is only available as fastcall function, so it may only be used in presence of a prototype.

Availability

cc65

See also

Other tgi functions.

Example

None.


Next Previous Contents