Updated docs
This commit is contained in:
28
doc/files/getdesktopdisplaymode.html
Normal file
28
doc/files/getdesktopdisplaymode.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>GetDesktopDisplayMode [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>Sub GetDesktopDisplayMode(index, ByRef w, ByRef h, ByRef freq) </h2></p>
|
||||
<p>
|
||||
Gets the resolution and refresh rate of a display
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
index - The display index (ie. if you have 3 displays then index could be 0, 1, or 2)
|
||||
</li>
|
||||
<li>
|
||||
w, h - The width and height of the display will be stored in these variables
|
||||
</li>
|
||||
<li>
|
||||
freq - The refresh rate will be stored in this variable
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user