Files
RCBASIC4/doc/files/openwindow.html
2024-12-14 15:28:03 -05:00

23 lines
511 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>OpenWindow [RCBasic Doc] </title>
</head>
<body>
<p><h2>Function OpenWindow( title$, w, h, fullscreen, vsync ) </h2></p>
<p>
Opens a graphics window
</p>
<p>
Returns true if window was opened and false if a window could not be opened
</p>
<br><p>Related:
<a href="openwindowex.html">OpenWindowEx</a>
</p>
<p>
</body>
</html>