Next Previous Contents

3.229 tgi_getxres

Function

Get number of horisontal pixels on the screen.

Header

tgi.h

Declaration

unsigned tgi_getxres (void);

Description

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

Availability

cc65

See also

Other tgi functions.

Example

None.


Next Previous Contents