[ Maverik Level 3 functions ]
mav_gfxWindowResGet
Summary
Query the resolution of the screen.
Syntax
void mav_gfxWindowResGet(int *x, int *y);
- int *x
Returns the horizontal resolution.
- int *y
Returns the vertical resolution.
Description
This function returns the screen resolution in pixels.
Back to the index page.