10 lines
217 B
Plaintext
10 lines
217 B
Plaintext
#title OpenWindow [RCBasic Doc]
|
|
#header Function OpenWindow( title$, w, h, fullscreen, vsync )
|
|
|
|
Opens a graphics window
|
|
|
|
Returns true if window was opened and false if a window could not be opened
|
|
|
|
#ref OpenWindowEx
|
|
|