GetScreenSize
From OxeyeWiki
(Difference between revisions)
Jeb (Talk | contribs)
(Created page with '{{VideoMethod | video.getScreenSize() | Fetches the current size of the display screen, measured in pixels. | {{NoParams}} | Two number values will be put on stack: width and hei...')
(Created page with '{{VideoMethod | video.getScreenSize() | Fetches the current size of the display screen, measured in pixels. | {{NoParams}} | Two number values will be put on stack: width and hei...')
Latest revision as of 18:36, 4 March 2009
|
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()