Screen.Width (gb.sdl.image)
Syntax
STATIC
PROPERTY READ
Width
AS
Integer
Returns the Width of the opened screen. It will return zero if the screen isn't opened.
Example
Screen.Show(640, 480, 32) PRINT Screen.Width
640
See also
Show