VgaGames4 - window man-pages

[.. upper level ..]

vg4->window->getsize()

Get virtual size of the window.

SYNTAX
void vg4->window->getsize(int *width, int *height)

FUNCTION PARAMETERS
width For returning virtual width, if not NULL
height For returning virtual height, if not NULL

DESCRIPTION
Get virtual size of the window. The virtual size is the size of the unscaled window.

SEE ALSO
vg4->window->open() vg4->window->reopen()