Next Previous Contents

3.225 tgi_getmaxy

Function

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

Header

tgi.h

Declaration

unsigned tgi_getmaxy (void);

Description

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

Availability

cc65

See also

Other tgi functions

Example

None.


Next Previous Contents