Next Previous Contents

3.230 tgi_getyres

Function

Get number of vertical pixels on the screen.

Header

tgi.h

Declaration

unsigned tgi_getyres (void);

Description

Get number of vertical pixels on the screen. This is same as tgi_maxy()+1.

Availability

cc65

See also

Other tgi functions.

Example

None.


Next Previous Contents