Graphics::getScreenResolution
int screenresx,screenresy;
GET_SCREEN_RESOLUTION(&screenresx,&screenresy);
Syntax
graphics.getScreenResolution(x, y);
Required Arguments
- x: int
- y: int
Return value
- object: x, y
Example
todo
int screenresx,screenresy;
GET_SCREEN_RESOLUTION(&screenresx,&screenresy);
graphics.getScreenResolution(x, y);
todo