Files
xomb-docs/kernel/dev/keyboard.html
2013-03-14 01:31:54 -04:00

32 lines
912 B
HTML

<html><head>
<META http-equiv="content-type" content="text/html; charset=utf-8">
<title>kernel.dev.keyboard</title>
</head><body>
<h1>kernel.dev.keyboard</h1>
<!-- Generated by Ddoc from ../kernel/dev/keyboard.d -->
<br><br>
<dl><dt><big>class <u>Keyboard</u>;
</big></dt>
<dd>The kernel interface to the keyboard.<br><br>
<dl><dt><big>static ErrorVal <u>initialize</u>();
</big></dt>
<dd>Initializes the keyboard.
<br><br>
<b>Returns:</b><br>
ErrorVal.Success when the keyboard is properly initialized.
ErrorVal.Fail otherwise.<br><br>
</dd>
<dt><big>static ubyte[] <u>segment</u>();
</big></dt>
<dd>This function returns a reference to the keyboard memory.<br><br>
</dd>
</dl>
</dd>
</dl>
<hr><small>Page generated by <a href="http://www.digitalmars.com/d/1.0/ddoc.html">Ddoc</a>. </small>
</body></html>