VgaGames4 - window man-pages

[.. upper level ..]

vg4->window->scale_params()

Set scaling parameters.

SYNTAX
void vg4->window->scale_params(VG_BOOL *scale_nearest, VG_BOOL *scale_integer)

FUNCTION PARAMETERS
scale_nearest If not NULL: whether using nearest instead of linear (default) scaling
scale_integer If not NULL: whether using integer instead of float (default) scaling

DESCRIPTION
Set scaling parameters. The window must be reopened to take effect.