[ Maverik Level 3 functions ]


mav_gfxWindowResGet

Summary

Query the resolution of the screen.


Syntax

void mav_gfxWindowResGet(int *x, int *y);


Description

This function returns the screen resolution in pixels.


Back to the index page.