VGA

getHSize()

Description

Gets the horizontal size of the screen (width).

Syntax

VGA.getHSize()

Parameters

none

Returns

160

Example

int width = VGA.getHSize();

See also

  

Share |