Next Previous Contents

3.224 tgi_getmaxx

Function

Get the maximum x coordinate that can be used on this screen.

Header

tgi.h

Declaration

unsigned tgi_getmaxx (void);

Description

Get the maximum x coordinate that can be used on this screen.

Availability

cc65

See also

Other tgi functions

Example

None.


Next Previous Contents