Updated docs
This commit is contained in:
23
doc/files/openwindow.html
Normal file
23
doc/files/openwindow.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user