mirror of
https://github.com/xomboverlord/xomb-docs.git
synced 2026-03-14 00:01:51 +01:00
Adds kernel docs.
This commit is contained in:
31
kernel/dev/keyboard.html
Normal file
31
kernel/dev/keyboard.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user