Video.getScreenSize

Query the window size that's currently running. This is different from the information in ShellSettings in that it returns the current client area regardless of the screen mode.

class Video
abstract
void
getScreenSize
(
out uint width
,
out uint height
)

Meta