GetScreenSize
From OxeyeWiki
video.getScreenSize() | ||
Fetches the current size of the display screen, measured in pixels. | ||
Parameter | Expected Type | Description |
No parameters | ||
Returns | ||
Two number values will be put on stack: width and height. |
Example
w,h = video.getScreenSize()