24 lines
518 B
HTML
24 lines
518 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>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |