git-svn-id: https://spexeah.com:8443/svn/Asuro@753 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
kieron 2018-10-13 18:25:42 +00:00
parent 844d126da2
commit 5cceef286b
4 changed files with 877 additions and 267 deletions

View File

@ -51,7 +51,7 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#backspaceWND">backspaceWND</a></td> <td class="itemname"><a class="bold" href="console.html#backspaceWND">backspaceWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Move a caret belonging to a Window back 1 position and remove the character within the cell the caret occupies.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="util.html#BCDToUint8">BCDToUint8</a></td> <td class="itemname"><a class="bold" href="util.html#BCDToUint8">BCDToUint8</a></td>
@ -66,7 +66,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#bordersEnabled">bordersEnabled</a></td> <td class="itemname"><a class="bold" href="console.html#bordersEnabled">bordersEnabled</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Enable or disable the drawing of the borders surrounding a Window.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="util.html#BSOD">BSOD</a></td> <td class="itemname"><a class="bold" href="util.html#BSOD">BSOD</a></td>
@ -86,12 +86,12 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#clearWND">clearWND</a></td> <td class="itemname"><a class="bold" href="console.html#clearWND">clearWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>Window Specific</p></td> <td class="itemdesc"><p><a class="normal" href="console.html#clear">Clear</a> a Window Canvas.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#clearWNDEx">clearWNDEx</a></td> <td class="itemname"><a class="bold" href="console.html#clearWNDEx">clearWNDEx</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p><a class="normal" href="console.html#clear">Clear</a> a Window Canvas, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="util.html#CLI">CLI</a></td> <td class="itemname"><a class="bold" href="util.html#CLI">CLI</a></td>
@ -101,12 +101,12 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#closeAllWindows">closeAllWindows</a></td> <td class="itemname"><a class="bold" href="console.html#closeAllWindows">closeAllWindows</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Close all open Windows and <a class="normal" href="asuro.html#RELEASE">release</a> handles.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#closeWindow">closeWindow</a></td> <td class="itemname"><a class="bold" href="console.html#closeWindow">closeWindow</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Close a Window specified by its Handle </p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#combinecolors">combinecolors</a></td> <td class="itemname"><a class="bold" href="console.html#combinecolors">combinecolors</a></td>
@ -161,17 +161,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#drawPixel">drawPixel</a></td> <td class="itemname"><a class="bold" href="console.html#drawPixel">drawPixel</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Draw 16-bits of pixel information at the screen position(x,y).</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#drawPixel32">drawPixel32</a></td> <td class="itemname"><a class="bold" href="console.html#drawPixel32">drawPixel32</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Draw 32-bits of pixel information at the screen position(x,y).</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#drawPixel64">drawPixel64</a></td> <td class="itemname"><a class="bold" href="console.html#drawPixel64">drawPixel64</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Draw 64-bits of pixel information at the screen position(x,y).</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="gdt.html#flush">flush</a></td> <td class="itemname"><a class="bold" href="gdt.html#flush">flush</a></td>
@ -181,7 +181,7 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#forceQuitAll">forceQuitAll</a></td> <td class="itemname"><a class="bold" href="console.html#forceQuitAll">forceQuitAll</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Forcefully close all Windows</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="pmemorymanager.html#force_alloc_block">force_alloc_block</a></td> <td class="itemname"><a class="bold" href="pmemorymanager.html#force_alloc_block">force_alloc_block</a></td>
@ -291,17 +291,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#getPixel">getPixel</a></td> <td class="itemname"><a class="bold" href="console.html#getPixel">getPixel</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Get 16-bits of pixel information from the screen position(x,y).</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#getPixel32">getPixel32</a></td> <td class="itemname"><a class="bold" href="console.html#getPixel32">getPixel32</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Get 32-bits of pixel information from the screen position(x,y).</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#getPixel64">getPixel64</a></td> <td class="itemname"><a class="bold" href="console.html#getPixel64">getPixel64</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Get 64-bits of pixel information from the screen position(x,y).</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="shell.html#getTaskbarColorsPtr">getTaskbarColorsPtr</a></td> <td class="itemname"><a class="bold" href="shell.html#getTaskbarColorsPtr">getTaskbarColorsPtr</a></td>
@ -326,12 +326,12 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#getWindowColorPtr">getWindowColorPtr</a></td> <td class="itemname"><a class="bold" href="console.html#getWindowColorPtr">getWindowColorPtr</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Get a Pointer to the attribute used for Window Borders.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#getWindowName">getWindowName</a></td> <td class="itemname"><a class="bold" href="console.html#getWindowName">getWindowName</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Get the title of a specified Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="util.html#getWord">getWord</a></td> <td class="itemname"><a class="bold" href="util.html#getWord">getWord</a></td>
@ -741,7 +741,7 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#mouseEnabled">mouseEnabled</a></td> <td class="itemname"><a class="bold" href="console.html#mouseEnabled">mouseEnabled</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Enable or disable the <a class="normal" href="mouse.html">mouse</a>.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="util.html#MsSinceSystemBoot">MsSinceSystemBoot</a></td> <td class="itemname"><a class="bold" href="util.html#MsSinceSystemBoot">MsSinceSystemBoot</a></td>
@ -756,7 +756,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#newWindow">newWindow</a></td> <td class="itemname"><a class="bold" href="console.html#newWindow">newWindow</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Spawn a new Window at cell(x,y) with specified Width, Height and Title.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="pmemorymanager.html#new_block">new_block</a></td> <td class="itemname"><a class="bold" href="pmemorymanager.html#new_block">new_block</a></td>
@ -801,17 +801,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#outputChar">outputChar</a></td> <td class="itemname"><a class="bold" href="console.html#outputChar">outputChar</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>Drawing</p></td> <td class="itemdesc"><p>Draw an ASCII char to raw screen space conforming to cell constraints.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#outputCharToScreenSpace">outputCharToScreenSpace</a></td> <td class="itemname"><a class="bold" href="console.html#outputCharToScreenSpace">outputCharToScreenSpace</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Draw an ASCII char to raw screen space.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#outputCharTransparent">outputCharTransparent</a></td> <td class="itemname"><a class="bold" href="console.html#outputCharTransparent">outputCharTransparent</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Draw an ASCII char without a background to raw screen space conforming to cell constraints.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#Outputln">Outputln</a></td> <td class="itemname"><a class="bold" href="console.html#Outputln">Outputln</a></td>
@ -821,12 +821,12 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#OutputlnWND">OutputlnWND</a></td> <td class="itemname"><a class="bold" href="console.html#OutputlnWND">OutputlnWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Simple <a class="normal" href="console.html">console</a> writeln for debugging to a Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#OutputWND">OutputWND</a></td> <td class="itemname"><a class="bold" href="console.html#OutputWND">OutputWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Simple <a class="normal" href="console.html">console</a> write for debugging to a Window.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="util.html#outw">outw</a></td> <td class="itemname"><a class="bold" href="util.html#outw">outw</a></td>
@ -891,7 +891,7 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#redrawWindows">redrawWindows</a></td> <td class="itemname"><a class="bold" href="console.html#redrawWindows">redrawWindows</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Redraw all of the Window adhearing to Z-Order.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="PF.html#register">register</a></td> <td class="itemname"><a class="bold" href="PF.html#register">register</a></td>
@ -1036,7 +1036,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#registerEventHandler">registerEventHandler</a></td> <td class="itemname"><a class="bold" href="console.html#registerEventHandler">registerEventHandler</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p><a class="normal" href="ACE.html#register">Register</a> an Event Handler to a Window </p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="isrmanager.html#registerISR">registerISR</a></td> <td class="itemname"><a class="bold" href="isrmanager.html#registerISR">registerISR</a></td>
@ -1176,7 +1176,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#setCursorPosWND">setCursorPosWND</a></td> <td class="itemname"><a class="bold" href="console.html#setCursorPosWND">setCursorPosWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Set the caret belonging to a Window to a specified position.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#setdefaultattribute">setdefaultattribute</a></td> <td class="itemname"><a class="bold" href="console.html#setdefaultattribute">setdefaultattribute</a></td>
@ -1186,22 +1186,22 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#setMousePosition">setMousePosition</a></td> <td class="itemname"><a class="bold" href="console.html#setMousePosition">setMousePosition</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>Windows Methods</p></td> <td class="itemdesc"><p>Set the position of the <a class="normal" href="mouse.html">mouse</a> cursor relative to screen space.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#SetShellWindow">SetShellWindow</a></td> <td class="itemname"><a class="bold" href="console.html#SetShellWindow">SetShellWindow</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Set a specified Window as a <a class="normal" href="shell.html">Shell</a> Window (Window cannot be moved or closed).</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#setWindowColors">setWindowColors</a></td> <td class="itemname"><a class="bold" href="console.html#setWindowColors">setWindowColors</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Set the attributes used for drawing the border around Windows.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#setWNDVisible">setWNDVisible</a></td> <td class="itemname"><a class="bold" href="console.html#setWNDVisible">setWNDVisible</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Change a Windows visibility.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="terminal.html#setWorkingDirectory">setWorkingDirectory</a></td> <td class="itemname"><a class="bold" href="terminal.html#setWorkingDirectory">setWorkingDirectory</a></td>
@ -1341,7 +1341,7 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#toggleWNDVisible">toggleWNDVisible</a></td> <td class="itemname"><a class="bold" href="console.html#toggleWNDVisible">toggleWNDVisible</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Toggle the visibility of a Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="TMR_0_ISR.html#unhook">unhook</a></td> <td class="itemname"><a class="bold" href="TMR_0_ISR.html#unhook">unhook</a></td>
@ -1386,7 +1386,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writebin16exWND">writebin16exWND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin16exWND">writebin16exWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 16-bit value as binary to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writebin16ln">writebin16ln</a></td> <td class="itemname"><a class="bold" href="console.html#writebin16ln">writebin16ln</a></td>
@ -1401,17 +1401,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writebin16lnexWND">writebin16lnexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin16lnexWND">writebin16lnexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 16-bit value as binary + new-line to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writebin16lnWND">writebin16lnWND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin16lnWND">writebin16lnWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write an 16-bit value as binary to a Window, followed by a new-line.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writebin16WND">writebin16WND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin16WND">writebin16WND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 16-bit value as binary to a Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writebin32">writebin32</a></td> <td class="itemname"><a class="bold" href="console.html#writebin32">writebin32</a></td>
@ -1426,7 +1426,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writebin32exWND">writebin32exWND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin32exWND">writebin32exWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value as binary to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writebin32ln">writebin32ln</a></td> <td class="itemname"><a class="bold" href="console.html#writebin32ln">writebin32ln</a></td>
@ -1441,17 +1441,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writebin32lnexWND">writebin32lnexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin32lnexWND">writebin32lnexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value as binary + new-line to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writebin32lnWND">writebin32lnWND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin32lnWND">writebin32lnWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write an 32-bit value as binary to a Window, followed by a new-line.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writebin32WND">writebin32WND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin32WND">writebin32WND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value as binary to a Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writebin8">writebin8</a></td> <td class="itemname"><a class="bold" href="console.html#writebin8">writebin8</a></td>
@ -1466,7 +1466,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writebin8exWND">writebin8exWND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin8exWND">writebin8exWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write an 8-bit value as binary to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writebin8ln">writebin8ln</a></td> <td class="itemname"><a class="bold" href="console.html#writebin8ln">writebin8ln</a></td>
@ -1481,17 +1481,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writebin8lnexWND">writebin8lnexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin8lnexWND">writebin8lnexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write an 8-bit value as binary + new-line to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writebin8lnWND">writebin8lnWND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin8lnWND">writebin8lnWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write an 8-bit value as binary to a Window, followed by a new-line.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writebin8WND">writebin8WND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin8WND">writebin8WND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write an 8-bit value as binary to a Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writechar">writechar</a></td> <td class="itemname"><a class="bold" href="console.html#writechar">writechar</a></td>
@ -1506,7 +1506,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writecharexWND">writecharexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writecharexWND">writecharexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a single 8-bit character to a Window, specifying custom color attributes.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writecharln">writecharln</a></td> <td class="itemname"><a class="bold" href="console.html#writecharln">writecharln</a></td>
@ -1521,17 +1521,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writecharlnexWND">writecharlnexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writecharlnexWND">writecharlnexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a single 8-bit character to a Window, followed by starting a new line, specifying custom color attributes.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writecharlnWND">writecharlnWND</a></td> <td class="itemname"><a class="bold" href="console.html#writecharlnWND">writecharlnWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a single 8-bit character to a Window, followed by starting a new line.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writecharWND">writecharWND</a></td> <td class="itemname"><a class="bold" href="console.html#writecharWND">writecharWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write an ASCII character to a specified Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="PCI.html#writeConfig">writeConfig</a></td> <td class="itemname"><a class="bold" href="PCI.html#writeConfig">writeConfig</a></td>
@ -1551,7 +1551,7 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writehexexWND">writehexexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writehexexWND">writehexexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value as Hex Pairs to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writehexln">writehexln</a></td> <td class="itemname"><a class="bold" href="console.html#writehexln">writehexln</a></td>
@ -1566,12 +1566,12 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writehexlnexWND">writehexlnexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writehexlnexWND">writehexlnexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value as Hex Pairs + new-line to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writehexlnWND">writehexlnWND</a></td> <td class="itemname"><a class="bold" href="console.html#writehexlnWND">writehexlnWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value as Hex Pairs to a Window, followed by a new-line.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writehexpair">writehexpair</a></td> <td class="itemname"><a class="bold" href="console.html#writehexpair">writehexpair</a></td>
@ -1581,17 +1581,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writehexpairExWND">writehexpairExWND</a></td> <td class="itemname"><a class="bold" href="console.html#writehexpairExWND">writehexpairExWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write an 8-bit Hex Pair to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writehexpairWND">writehexpairWND</a></td> <td class="itemname"><a class="bold" href="console.html#writehexpairWND">writehexpairWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write an 8-bit Hex Pair to a Window.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writehexWND">writehexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writehexWND">writehexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value as Hex Pairs to a Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writeint">writeint</a></td> <td class="itemname"><a class="bold" href="console.html#writeint">writeint</a></td>
@ -1606,7 +1606,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writeintexWND">writeintexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writeintexWND">writeintexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writeintln">writeintln</a></td> <td class="itemname"><a class="bold" href="console.html#writeintln">writeintln</a></td>
@ -1621,17 +1621,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writeintlnexWND">writeintlnexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writeintlnexWND">writeintlnexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value + new-line to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writeintlnWND">writeintlnWND</a></td> <td class="itemname"><a class="bold" href="console.html#writeintlnWND">writeintlnWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value to a Window followed by a new-line.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writeintWND">writeintWND</a></td> <td class="itemname"><a class="bold" href="console.html#writeintWND">writeintWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value to a Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="netutils.html#writeIPv4Address">writeIPv4Address</a></td> <td class="itemname"><a class="bold" href="netutils.html#writeIPv4Address">writeIPv4Address</a></td>
@ -1666,7 +1666,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writestringexWND">writestringexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writestringexWND">writestringexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a NULL terminated string to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writestringln">writestringln</a></td> <td class="itemname"><a class="bold" href="console.html#writestringln">writestringln</a></td>
@ -1681,17 +1681,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writestringlnexWND">writestringlnexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writestringlnexWND">writestringlnexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a NULL terminated string + new-line to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writestringlnWND">writestringlnWND</a></td> <td class="itemname"><a class="bold" href="console.html#writestringlnWND">writestringlnWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a NULL terminated string to a Window, followed by a new-line.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writestringWND">writestringWND</a></td> <td class="itemname"><a class="bold" href="console.html#writestringWND">writestringWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a NULL terminated string to a Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="net.html#writeToLog">writeToLog</a></td> <td class="itemname"><a class="bold" href="net.html#writeToLog">writeToLog</a></td>
@ -1711,7 +1711,7 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#_increment_x_WND">_increment_x_WND</a></td> <td class="itemname"><a class="bold" href="console.html#_increment_x_WND">_increment_x_WND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Increment the cursor within a Window one cell to the right (x+1).</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#_increment_y">_increment_y</a></td> <td class="itemname"><a class="bold" href="console.html#_increment_y">_increment_y</a></td>
@ -1721,22 +1721,22 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#_increment_y_WND">_increment_y_WND</a></td> <td class="itemname"><a class="bold" href="console.html#_increment_y_WND">_increment_y_WND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Increment the cursor within a Window one cell down (y+1).</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#_MouseClick">_MouseClick</a></td> <td class="itemname"><a class="bold" href="console.html#_MouseClick">_MouseClick</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Callback for a MouseClick event.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#_MouseDown">_MouseDown</a></td> <td class="itemname"><a class="bold" href="console.html#_MouseDown">_MouseDown</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Callback for a MouseDown event.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#_MouseUp">_MouseUp</a></td> <td class="itemname"><a class="bold" href="console.html#_MouseUp">_MouseUp</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Callback for a MouseUp event.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#_newline">_newline</a></td> <td class="itemname"><a class="bold" href="console.html#_newline">_newline</a></td>
@ -1746,7 +1746,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#_newlineWND">_newlineWND</a></td> <td class="itemname"><a class="bold" href="console.html#_newlineWND">_newlineWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Increment the cursor within a Window one cell down and reposition it at the first X Cell (y+1, x=0),performing a Y-Axis scroll when needed.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#_safeincrement_x">_safeincrement_x</a></td> <td class="itemname"><a class="bold" href="console.html#_safeincrement_x">_safeincrement_x</a></td>
@ -1756,7 +1756,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#_safeincrement_x_WND">_safeincrement_x_WND</a></td> <td class="itemname"><a class="bold" href="console.html#_safeincrement_x_WND">_safeincrement_x_WND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Increment the cursor within a Window one cell to the right (x+1), wrapping to the next line and performing a Y-Axis scroll when when needed.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#_safeincrement_y">_safeincrement_y</a></td> <td class="itemname"><a class="bold" href="console.html#_safeincrement_y">_safeincrement_y</a></td>
@ -1766,7 +1766,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#_safeincrement_y_WND">_safeincrement_y_WND</a></td> <td class="itemname"><a class="bold" href="console.html#_safeincrement_y_WND">_safeincrement_y_WND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Increment the cursor one cell down (y+1), performing a Y-Axis roll when when needed.</p></td>
</tr> </tr>
</table> </table>
<hr><span class="appinfo"><em>Generated by <a href="https://github.com/pasdoc/pasdoc/wiki">PasDoc 0.15.0</a>. </em> <hr><span class="appinfo"><em>Generated by <a href="https://github.com/pasdoc/pasdoc/wiki">PasDoc 0.15.0</a>. </em>

View File

@ -61,7 +61,7 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#backspaceWND">backspaceWND</a></td> <td class="itemname"><a class="bold" href="console.html#backspaceWND">backspaceWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Move a caret belonging to a Window back 1 position and remove the character within the cell the caret occupies.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="util.html#BCDToUint8">BCDToUint8</a></td> <td class="itemname"><a class="bold" href="util.html#BCDToUint8">BCDToUint8</a></td>
@ -86,7 +86,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#bordersEnabled">bordersEnabled</a></td> <td class="itemname"><a class="bold" href="console.html#bordersEnabled">bordersEnabled</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Enable or disable the drawing of the borders surrounding a Window.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="nettypes.html#BROADCAST_MAC">BROADCAST_MAC</a></td> <td class="itemname"><a class="bold" href="nettypes.html#BROADCAST_MAC">BROADCAST_MAC</a></td>
@ -156,12 +156,12 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#clearWND">clearWND</a></td> <td class="itemname"><a class="bold" href="console.html#clearWND">clearWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>Window Specific</p></td> <td class="itemdesc"><p><a class="normal" href="console.html#clear">Clear</a> a Window Canvas.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#clearWNDEx">clearWNDEx</a></td> <td class="itemname"><a class="bold" href="console.html#clearWNDEx">clearWNDEx</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p><a class="normal" href="console.html#clear">Clear</a> a Window Canvas, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="util.html#CLI">CLI</a></td> <td class="itemname"><a class="bold" href="util.html#CLI">CLI</a></td>
@ -171,12 +171,12 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#closeAllWindows">closeAllWindows</a></td> <td class="itemname"><a class="bold" href="console.html#closeAllWindows">closeAllWindows</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Close all open Windows and <a class="normal" href="asuro.html#RELEASE">release</a> handles.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#closeWindow">closeWindow</a></td> <td class="itemname"><a class="bold" href="console.html#closeWindow">closeWindow</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Close a Window specified by its Handle </p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="E1000.html#CMD_EOP">CMD_EOP</a></td> <td class="itemname"><a class="bold" href="E1000.html#CMD_EOP">CMD_EOP</a></td>
@ -341,17 +341,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#drawPixel">drawPixel</a></td> <td class="itemname"><a class="bold" href="console.html#drawPixel">drawPixel</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Draw 16-bits of pixel information at the screen position(x,y).</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#drawPixel32">drawPixel32</a></td> <td class="itemname"><a class="bold" href="console.html#drawPixel32">drawPixel32</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Draw 32-bits of pixel information at the screen position(x,y).</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#drawPixel64">drawPixel64</a></td> <td class="itemname"><a class="bold" href="console.html#drawPixel64">drawPixel64</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Draw 64-bits of pixel information at the screen position(x,y).</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="asuro.html#DRIVER_COUNT">DRIVER_COUNT</a></td> <td class="itemname"><a class="bold" href="asuro.html#DRIVER_COUNT">DRIVER_COUNT</a></td>
@ -411,7 +411,7 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#forceQuitAll">forceQuitAll</a></td> <td class="itemname"><a class="bold" href="console.html#forceQuitAll">forceQuitAll</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Forcefully close all Windows</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="pmemorymanager.html#force_alloc_block">force_alloc_block</a></td> <td class="itemname"><a class="bold" href="pmemorymanager.html#force_alloc_block">force_alloc_block</a></td>
@ -541,17 +541,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#getPixel">getPixel</a></td> <td class="itemname"><a class="bold" href="console.html#getPixel">getPixel</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Get 16-bits of pixel information from the screen position(x,y).</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#getPixel32">getPixel32</a></td> <td class="itemname"><a class="bold" href="console.html#getPixel32">getPixel32</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Get 32-bits of pixel information from the screen position(x,y).</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#getPixel64">getPixel64</a></td> <td class="itemname"><a class="bold" href="console.html#getPixel64">getPixel64</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Get 64-bits of pixel information from the screen position(x,y).</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="shell.html#getTaskbarColorsPtr">getTaskbarColorsPtr</a></td> <td class="itemname"><a class="bold" href="shell.html#getTaskbarColorsPtr">getTaskbarColorsPtr</a></td>
@ -576,12 +576,12 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#getWindowColorPtr">getWindowColorPtr</a></td> <td class="itemname"><a class="bold" href="console.html#getWindowColorPtr">getWindowColorPtr</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Get a Pointer to the attribute used for Window Borders.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#getWindowName">getWindowName</a></td> <td class="itemname"><a class="bold" href="console.html#getWindowName">getWindowName</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Get the title of a specified Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="util.html#getWord">getWord</a></td> <td class="itemname"><a class="bold" href="util.html#getWord">getWord</a></td>
@ -1171,7 +1171,7 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#mouseEnabled">mouseEnabled</a></td> <td class="itemname"><a class="bold" href="console.html#mouseEnabled">mouseEnabled</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Enable or disable the <a class="normal" href="mouse.html">mouse</a>.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="util.html#MsSinceSystemBoot">MsSinceSystemBoot</a></td> <td class="itemname"><a class="bold" href="util.html#MsSinceSystemBoot">MsSinceSystemBoot</a></td>
@ -1211,7 +1211,7 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#newWindow">newWindow</a></td> <td class="itemname"><a class="bold" href="console.html#newWindow">newWindow</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Spawn a new Window at cell(x,y) with specified Width, Height and Title.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="pmemorymanager.html#new_block">new_block</a></td> <td class="itemname"><a class="bold" href="pmemorymanager.html#new_block">new_block</a></td>
@ -1261,17 +1261,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#outputChar">outputChar</a></td> <td class="itemname"><a class="bold" href="console.html#outputChar">outputChar</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>Drawing</p></td> <td class="itemdesc"><p>Draw an ASCII char to raw screen space conforming to cell constraints.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#outputCharToScreenSpace">outputCharToScreenSpace</a></td> <td class="itemname"><a class="bold" href="console.html#outputCharToScreenSpace">outputCharToScreenSpace</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Draw an ASCII char to raw screen space.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#outputCharTransparent">outputCharTransparent</a></td> <td class="itemname"><a class="bold" href="console.html#outputCharTransparent">outputCharTransparent</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Draw an ASCII char without a background to raw screen space conforming to cell constraints.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#Outputln">Outputln</a></td> <td class="itemname"><a class="bold" href="console.html#Outputln">Outputln</a></td>
@ -1281,12 +1281,12 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#OutputlnWND">OutputlnWND</a></td> <td class="itemname"><a class="bold" href="console.html#OutputlnWND">OutputlnWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Simple <a class="normal" href="console.html">console</a> writeln for debugging to a Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#OutputWND">OutputWND</a></td> <td class="itemname"><a class="bold" href="console.html#OutputWND">OutputWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Simple <a class="normal" href="console.html">console</a> write for debugging to a Window.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="util.html#outw">outw</a></td> <td class="itemname"><a class="bold" href="util.html#outw">outw</a></td>
@ -1786,7 +1786,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#redrawWindows">redrawWindows</a></td> <td class="itemname"><a class="bold" href="console.html#redrawWindows">redrawWindows</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Redraw all of the Window adhearing to Z-Order.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="UIE.html#register">register</a></td> <td class="itemname"><a class="bold" href="UIE.html#register">register</a></td>
@ -1931,7 +1931,7 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#registerEventHandler">registerEventHandler</a></td> <td class="itemname"><a class="bold" href="console.html#registerEventHandler">registerEventHandler</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p><a class="normal" href="ACE.html#register">Register</a> an Event Handler to a Window </p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="isrmanager.html#registerISR">registerISR</a></td> <td class="itemname"><a class="bold" href="isrmanager.html#registerISR">registerISR</a></td>
@ -2221,7 +2221,7 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#setCursorPosWND">setCursorPosWND</a></td> <td class="itemname"><a class="bold" href="console.html#setCursorPosWND">setCursorPosWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Set the caret belonging to a Window to a specified position.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#setdefaultattribute">setdefaultattribute</a></td> <td class="itemname"><a class="bold" href="console.html#setdefaultattribute">setdefaultattribute</a></td>
@ -2231,22 +2231,22 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#setMousePosition">setMousePosition</a></td> <td class="itemname"><a class="bold" href="console.html#setMousePosition">setMousePosition</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>Windows Methods</p></td> <td class="itemdesc"><p>Set the position of the <a class="normal" href="mouse.html">mouse</a> cursor relative to screen space.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#SetShellWindow">SetShellWindow</a></td> <td class="itemname"><a class="bold" href="console.html#SetShellWindow">SetShellWindow</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Set a specified Window as a <a class="normal" href="shell.html">Shell</a> Window (Window cannot be moved or closed).</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#setWindowColors">setWindowColors</a></td> <td class="itemname"><a class="bold" href="console.html#setWindowColors">setWindowColors</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Set the attributes used for drawing the border around Windows.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#setWNDVisible">setWNDVisible</a></td> <td class="itemname"><a class="bold" href="console.html#setWNDVisible">setWNDVisible</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Change a Windows visibility.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="terminal.html#setWorkingDirectory">setWorkingDirectory</a></td> <td class="itemname"><a class="bold" href="terminal.html#setWorkingDirectory">setWorkingDirectory</a></td>
@ -2746,7 +2746,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#toggleWNDVisible">toggleWNDVisible</a></td> <td class="itemname"><a class="bold" href="console.html#toggleWNDVisible">toggleWNDVisible</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Toggle the visibility of a Window.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="OHCI.TOHCI_MMR.html">TOHCI_MMR</a></td> <td class="itemname"><a class="bold" href="OHCI.TOHCI_MMR.html">TOHCI_MMR</a></td>
@ -3096,7 +3096,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writebin16exWND">writebin16exWND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin16exWND">writebin16exWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 16-bit value as binary to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writebin16ln">writebin16ln</a></td> <td class="itemname"><a class="bold" href="console.html#writebin16ln">writebin16ln</a></td>
@ -3111,17 +3111,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writebin16lnexWND">writebin16lnexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin16lnexWND">writebin16lnexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 16-bit value as binary + new-line to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writebin16lnWND">writebin16lnWND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin16lnWND">writebin16lnWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write an 16-bit value as binary to a Window, followed by a new-line.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writebin16WND">writebin16WND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin16WND">writebin16WND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 16-bit value as binary to a Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writebin32">writebin32</a></td> <td class="itemname"><a class="bold" href="console.html#writebin32">writebin32</a></td>
@ -3136,7 +3136,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writebin32exWND">writebin32exWND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin32exWND">writebin32exWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value as binary to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writebin32ln">writebin32ln</a></td> <td class="itemname"><a class="bold" href="console.html#writebin32ln">writebin32ln</a></td>
@ -3151,17 +3151,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writebin32lnexWND">writebin32lnexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin32lnexWND">writebin32lnexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value as binary + new-line to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writebin32lnWND">writebin32lnWND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin32lnWND">writebin32lnWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write an 32-bit value as binary to a Window, followed by a new-line.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writebin32WND">writebin32WND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin32WND">writebin32WND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value as binary to a Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writebin8">writebin8</a></td> <td class="itemname"><a class="bold" href="console.html#writebin8">writebin8</a></td>
@ -3176,7 +3176,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writebin8exWND">writebin8exWND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin8exWND">writebin8exWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write an 8-bit value as binary to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writebin8ln">writebin8ln</a></td> <td class="itemname"><a class="bold" href="console.html#writebin8ln">writebin8ln</a></td>
@ -3191,17 +3191,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writebin8lnexWND">writebin8lnexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin8lnexWND">writebin8lnexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write an 8-bit value as binary + new-line to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writebin8lnWND">writebin8lnWND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin8lnWND">writebin8lnWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write an 8-bit value as binary to a Window, followed by a new-line.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writebin8WND">writebin8WND</a></td> <td class="itemname"><a class="bold" href="console.html#writebin8WND">writebin8WND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write an 8-bit value as binary to a Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writechar">writechar</a></td> <td class="itemname"><a class="bold" href="console.html#writechar">writechar</a></td>
@ -3216,7 +3216,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writecharexWND">writecharexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writecharexWND">writecharexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a single 8-bit character to a Window, specifying custom color attributes.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writecharln">writecharln</a></td> <td class="itemname"><a class="bold" href="console.html#writecharln">writecharln</a></td>
@ -3231,17 +3231,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writecharlnexWND">writecharlnexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writecharlnexWND">writecharlnexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a single 8-bit character to a Window, followed by starting a new line, specifying custom color attributes.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writecharlnWND">writecharlnWND</a></td> <td class="itemname"><a class="bold" href="console.html#writecharlnWND">writecharlnWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a single 8-bit character to a Window, followed by starting a new line.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writecharWND">writecharWND</a></td> <td class="itemname"><a class="bold" href="console.html#writecharWND">writecharWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write an ASCII character to a specified Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="PCI.html#writeConfig">writeConfig</a></td> <td class="itemname"><a class="bold" href="PCI.html#writeConfig">writeConfig</a></td>
@ -3261,7 +3261,7 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writehexexWND">writehexexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writehexexWND">writehexexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value as Hex Pairs to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writehexln">writehexln</a></td> <td class="itemname"><a class="bold" href="console.html#writehexln">writehexln</a></td>
@ -3276,12 +3276,12 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writehexlnexWND">writehexlnexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writehexlnexWND">writehexlnexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value as Hex Pairs + new-line to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writehexlnWND">writehexlnWND</a></td> <td class="itemname"><a class="bold" href="console.html#writehexlnWND">writehexlnWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value as Hex Pairs to a Window, followed by a new-line.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writehexpair">writehexpair</a></td> <td class="itemname"><a class="bold" href="console.html#writehexpair">writehexpair</a></td>
@ -3291,17 +3291,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writehexpairExWND">writehexpairExWND</a></td> <td class="itemname"><a class="bold" href="console.html#writehexpairExWND">writehexpairExWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write an 8-bit Hex Pair to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writehexpairWND">writehexpairWND</a></td> <td class="itemname"><a class="bold" href="console.html#writehexpairWND">writehexpairWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write an 8-bit Hex Pair to a Window.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writehexWND">writehexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writehexWND">writehexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value as Hex Pairs to a Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writeint">writeint</a></td> <td class="itemname"><a class="bold" href="console.html#writeint">writeint</a></td>
@ -3316,7 +3316,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writeintexWND">writeintexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writeintexWND">writeintexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writeintln">writeintln</a></td> <td class="itemname"><a class="bold" href="console.html#writeintln">writeintln</a></td>
@ -3331,17 +3331,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writeintlnexWND">writeintlnexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writeintlnexWND">writeintlnexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value + new-line to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writeintlnWND">writeintlnWND</a></td> <td class="itemname"><a class="bold" href="console.html#writeintlnWND">writeintlnWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value to a Window followed by a new-line.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writeintWND">writeintWND</a></td> <td class="itemname"><a class="bold" href="console.html#writeintWND">writeintWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a 32-bit value to a Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="netutils.html#writeIPv4Address">writeIPv4Address</a></td> <td class="itemname"><a class="bold" href="netutils.html#writeIPv4Address">writeIPv4Address</a></td>
@ -3376,7 +3376,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writestringexWND">writestringexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writestringexWND">writestringexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a NULL terminated string to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writestringln">writestringln</a></td> <td class="itemname"><a class="bold" href="console.html#writestringln">writestringln</a></td>
@ -3391,17 +3391,17 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writestringlnexWND">writestringlnexWND</a></td> <td class="itemname"><a class="bold" href="console.html#writestringlnexWND">writestringlnexWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a NULL terminated string + new-line to a Window, with the specified attributes.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#writestringlnWND">writestringlnWND</a></td> <td class="itemname"><a class="bold" href="console.html#writestringlnWND">writestringlnWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a NULL terminated string to a Window, followed by a new-line.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#writestringWND">writestringWND</a></td> <td class="itemname"><a class="bold" href="console.html#writestringWND">writestringWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Write a NULL terminated string to a Window.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="net.html#writeToLog">writeToLog</a></td> <td class="itemname"><a class="bold" href="net.html#writeToLog">writeToLog</a></td>
@ -3421,7 +3421,7 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#_increment_x_WND">_increment_x_WND</a></td> <td class="itemname"><a class="bold" href="console.html#_increment_x_WND">_increment_x_WND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Increment the cursor within a Window one cell to the right (x+1).</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#_increment_y">_increment_y</a></td> <td class="itemname"><a class="bold" href="console.html#_increment_y">_increment_y</a></td>
@ -3431,22 +3431,22 @@ $(document).ready(function() {
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#_increment_y_WND">_increment_y_WND</a></td> <td class="itemname"><a class="bold" href="console.html#_increment_y_WND">_increment_y_WND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Increment the cursor within a Window one cell down (y+1).</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#_MouseClick">_MouseClick</a></td> <td class="itemname"><a class="bold" href="console.html#_MouseClick">_MouseClick</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Callback for a MouseClick event.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#_MouseDown">_MouseDown</a></td> <td class="itemname"><a class="bold" href="console.html#_MouseDown">_MouseDown</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Callback for a MouseDown event.</p></td>
</tr> </tr>
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#_MouseUp">_MouseUp</a></td> <td class="itemname"><a class="bold" href="console.html#_MouseUp">_MouseUp</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Callback for a MouseUp event.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#_newline">_newline</a></td> <td class="itemname"><a class="bold" href="console.html#_newline">_newline</a></td>
@ -3456,7 +3456,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#_newlineWND">_newlineWND</a></td> <td class="itemname"><a class="bold" href="console.html#_newlineWND">_newlineWND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Increment the cursor within a Window one cell down and reposition it at the first X Cell (y+1, x=0),performing a Y-Axis scroll when needed.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#_safeincrement_x">_safeincrement_x</a></td> <td class="itemname"><a class="bold" href="console.html#_safeincrement_x">_safeincrement_x</a></td>
@ -3466,7 +3466,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#_safeincrement_x_WND">_safeincrement_x_WND</a></td> <td class="itemname"><a class="bold" href="console.html#_safeincrement_x_WND">_safeincrement_x_WND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Increment the cursor within a Window one cell to the right (x+1), wrapping to the next line and performing a Y-Axis scroll when when needed.</p></td>
</tr> </tr>
<tr class="list2"> <tr class="list2">
<td class="itemname"><a class="bold" href="console.html#_safeincrement_y">_safeincrement_y</a></td> <td class="itemname"><a class="bold" href="console.html#_safeincrement_y">_safeincrement_y</a></td>
@ -3476,7 +3476,7 @@ $(document).ready(function() {
<tr class="list"> <tr class="list">
<td class="itemname"><a class="bold" href="console.html#_safeincrement_y_WND">_safeincrement_y_WND</a></td> <td class="itemname"><a class="bold" href="console.html#_safeincrement_y_WND">_safeincrement_y_WND</a></td>
<td class="itemunit"><a class="bold" href="console.html">console</a></td> <td class="itemunit"><a class="bold" href="console.html">console</a></td>
<td class="itemdesc"><p>&nbsp;</p></td> <td class="itemdesc"><p>Increment the cursor one cell down (y+1), performing a Y-Axis roll when when needed.</p></td>
</tr> </tr>
</table> </table>
<hr><span class="appinfo"><em>Generated by <a href="https://github.com/pasdoc/pasdoc/wiki">PasDoc 0.15.0</a>. </em> <hr><span class="appinfo"><em>Generated by <a href="https://github.com/pasdoc/pasdoc/wiki">PasDoc 0.15.0</a>. </em>

File diff suppressed because it is too large Load Diff

View File

@ -92,74 +92,74 @@ var tipuesearch = {"pages": [
{"title": "console._safeincrement_x", "text": " ", "tags": "", "loc": "console.html#_safeincrement_x"}, {"title": "console._safeincrement_x", "text": " ", "tags": "", "loc": "console.html#_safeincrement_x"},
{"title": "console._safeincrement_y", "text": " ", "tags": "", "loc": "console.html#_safeincrement_y"}, {"title": "console._safeincrement_y", "text": " ", "tags": "", "loc": "console.html#_safeincrement_y"},
{"title": "console._newline", "text": " ", "tags": "", "loc": "console.html#_newline"}, {"title": "console._newline", "text": " ", "tags": "", "loc": "console.html#_newline"},
{"title": "console.clearWND", "text": " ", "tags": "", "loc": "console.html#clearWND"}, {"title": "console.clearWND", "text": " WND A Window Handle. WND A Window Handle.", "tags": "", "loc": "console.html#clearWND"},
{"title": "console.clearWNDEx", "text": " ", "tags": "", "loc": "console.html#clearWNDEx"}, {"title": "console.clearWNDEx", "text": " WND A Window Handle. Attributes A 32-bit value representing an attribute set. WND A Window Handle. Attributes A 32-bit value representing an attribute set.", "tags": "", "loc": "console.html#clearWNDEx"},
{"title": "console.writecharWND", "text": " ", "tags": "", "loc": "console.html#writecharWND"}, {"title": "console.writecharWND", "text": " Character An 8-bit value representing an ASCII character. WND A 32-bit handle to a Window. Character An 8-bit value representing an ASCII character. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writecharWND"},
{"title": "console.writecharlnWND", "text": " ", "tags": "", "loc": "console.html#writecharlnWND"}, {"title": "console.writecharlnWND", "text": " character An 8-bit value representing an ASCII character. WND A 32-bit handle to a Window. character An 8-bit value representing an ASCII character. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writecharlnWND"},
{"title": "console.writecharexWND", "text": " ", "tags": "", "loc": "console.html#writecharexWND"}, {"title": "console.writecharexWND", "text": " character An 8-bit value representing an ASCII character. attributes A 32-bit value representing the colors for the background and foreground. WND A 32-bit handle to a Window. character An 8-bit value representing an ASCII character. attributes A 32-bit value representing the colors for the background and foreground. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writecharexWND"},
{"title": "console.writecharlnexWND", "text": " ", "tags": "", "loc": "console.html#writecharlnexWND"}, {"title": "console.writecharlnexWND", "text": " character An 8-bit value representing an ASCII character. attributes A 32-bit value representing the colors for the background and foreground. WND A 32-bit handle to a Window. character An 8-bit value representing an ASCII character. attributes A 32-bit value representing the colors for the background and foreground. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writecharlnexWND"},
{"title": "console.OutputWND", "text": " ", "tags": "", "loc": "console.html#OutputWND"}, {"title": "console.OutputWND", "text": " identifier A NULL terminated string with the name of the module printing the <a class=\"normal\" href=\"console.html#Output\">output</a>. str A NULL terminated string with the debug message. WND A 32-bit handle to a Window. identifier A NULL terminated string with the name of the module printing the <a class=\"normal\" href=\"console.html#Output\">output</a>. str A NULL terminated string with the debug message. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#OutputWND"},
{"title": "console.OutputlnWND", "text": " ", "tags": "", "loc": "console.html#OutputlnWND"}, {"title": "console.OutputlnWND", "text": " identifier A NULL terminated string with the name of the module printing the <a class=\"normal\" href=\"console.html#Output\">output</a>. str A NULL terminated string with the debug message. WND A 32-bit handle to a Window. identifier A NULL terminated string with the name of the module printing the <a class=\"normal\" href=\"console.html#Output\">output</a>. str A NULL terminated string with the debug message. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#OutputlnWND"},
{"title": "console.writestringWND", "text": " ", "tags": "", "loc": "console.html#writestringWND"}, {"title": "console.writestringWND", "text": " str A NULL terminated string with the debug message. WND A 32-bit handle to a Window. str A NULL terminated string with the debug message. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writestringWND"},
{"title": "console.writestringlnWND", "text": " ", "tags": "", "loc": "console.html#writestringlnWND"}, {"title": "console.writestringlnWND", "text": " str A NULL terminated string with the debug message. WND A 32-bit handle to a Window. str A NULL terminated string with the debug message. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writestringlnWND"},
{"title": "console.writestringexWND", "text": " ", "tags": "", "loc": "console.html#writestringexWND"}, {"title": "console.writestringexWND", "text": " str A NULL terminated string with the debug message. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window. str A NULL terminated string with the debug message. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writestringexWND"},
{"title": "console.writestringlnexWND", "text": " ", "tags": "", "loc": "console.html#writestringlnexWND"}, {"title": "console.writestringlnexWND", "text": " str A NULL terminated string with the debug message. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window. str A NULL terminated string with the debug message. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writestringlnexWND"},
{"title": "console.writeintWND", "text": " ", "tags": "", "loc": "console.html#writeintWND"}, {"title": "console.writeintWND", "text": " i A 32-bit value. WND A 32-bit handle to a Window. i A 32-bit value. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writeintWND"},
{"title": "console.writeintlnWND", "text": " ", "tags": "", "loc": "console.html#writeintlnWND"}, {"title": "console.writeintlnWND", "text": " i A 32-bit value. WND A 32-bit handle to a Window. i A 32-bit value. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writeintlnWND"},
{"title": "console.writeintexWND", "text": " ", "tags": "", "loc": "console.html#writeintexWND"}, {"title": "console.writeintexWND", "text": " i A 32-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window. i A 32-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writeintexWND"},
{"title": "console.writeintlnexWND", "text": " ", "tags": "", "loc": "console.html#writeintlnexWND"}, {"title": "console.writeintlnexWND", "text": " i A 32-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window. i A 32-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writeintlnexWND"},
{"title": "console.writehexpairWND", "text": " ", "tags": "", "loc": "console.html#writehexpairWND"}, {"title": "console.writehexpairWND", "text": " b An 8-bit value. WND A 32-bit handle to a Window. b An 8-bit value. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writehexpairWND"},
{"title": "console.writehexpairExWND", "text": " ", "tags": "", "loc": "console.html#writehexpairExWND"}, {"title": "console.writehexpairExWND", "text": " b An 8-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window. b An 8-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writehexpairExWND"},
{"title": "console.writehexWND", "text": " ", "tags": "", "loc": "console.html#writehexWND"}, {"title": "console.writehexWND", "text": " i A 32-bit value. WND A 32-bit handle to a Window. i A 32-bit value. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writehexWND"},
{"title": "console.writehexlnWND", "text": " ", "tags": "", "loc": "console.html#writehexlnWND"}, {"title": "console.writehexlnWND", "text": " i A 32-bit value. WND A 32-bit handle to a Window. i A 32-bit value. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writehexlnWND"},
{"title": "console.writehexexWND", "text": " ", "tags": "", "loc": "console.html#writehexexWND"}, {"title": "console.writehexexWND", "text": " b A 32-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window. b A 32-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writehexexWND"},
{"title": "console.writehexlnexWND", "text": " ", "tags": "", "loc": "console.html#writehexlnexWND"}, {"title": "console.writehexlnexWND", "text": " b A 32-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window. b A 32-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writehexlnexWND"},
{"title": "console.writebin8WND", "text": " ", "tags": "", "loc": "console.html#writebin8WND"}, {"title": "console.writebin8WND", "text": " b An 8-bit value. WND A 32-bit handle to a Window. b An 8-bit value. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writebin8WND"},
{"title": "console.writebin8lnWND", "text": " ", "tags": "", "loc": "console.html#writebin8lnWND"}, {"title": "console.writebin8lnWND", "text": " b An 8-bit value. WND A 32-bit handle to a Window. b An 8-bit value. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writebin8lnWND"},
{"title": "console.writebin8exWND", "text": " ", "tags": "", "loc": "console.html#writebin8exWND"}, {"title": "console.writebin8exWND", "text": " b An 8-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window. b An 8-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writebin8exWND"},
{"title": "console.writebin8lnexWND", "text": " ", "tags": "", "loc": "console.html#writebin8lnexWND"}, {"title": "console.writebin8lnexWND", "text": " b An 8-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window. b An 8-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writebin8lnexWND"},
{"title": "console.writebin16WND", "text": " ", "tags": "", "loc": "console.html#writebin16WND"}, {"title": "console.writebin16WND", "text": " b A 16-bit value. WND A 32-bit handle to a Window. b A 16-bit value. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writebin16WND"},
{"title": "console.writebin16lnWND", "text": " ", "tags": "", "loc": "console.html#writebin16lnWND"}, {"title": "console.writebin16lnWND", "text": " b A 16-bit value. WND A 32-bit handle to a Window. b A 16-bit value. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writebin16lnWND"},
{"title": "console.writebin16exWND", "text": " ", "tags": "", "loc": "console.html#writebin16exWND"}, {"title": "console.writebin16exWND", "text": " b A 16-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window. b A 16-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writebin16exWND"},
{"title": "console.writebin16lnexWND", "text": " ", "tags": "", "loc": "console.html#writebin16lnexWND"}, {"title": "console.writebin16lnexWND", "text": " b A 16-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window. b A 16-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writebin16lnexWND"},
{"title": "console.writebin32WND", "text": " ", "tags": "", "loc": "console.html#writebin32WND"}, {"title": "console.writebin32WND", "text": " b A 32-bit value. WND A 32-bit handle to a Window. b A 32-bit value. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writebin32WND"},
{"title": "console.writebin32lnWND", "text": " ", "tags": "", "loc": "console.html#writebin32lnWND"}, {"title": "console.writebin32lnWND", "text": " b A 32-bit value. WND A 32-bit handle to a Window. b A 32-bit value. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writebin32lnWND"},
{"title": "console.writebin32exWND", "text": " ", "tags": "", "loc": "console.html#writebin32exWND"}, {"title": "console.writebin32exWND", "text": " b A 32-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window. b A 32-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writebin32exWND"},
{"title": "console.writebin32lnexWND", "text": " ", "tags": "", "loc": "console.html#writebin32lnexWND"}, {"title": "console.writebin32lnexWND", "text": " b A 32-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window. b A 32-bit value. attributes A 32-bit representation of the background/foreground colors. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#writebin32lnexWND"},
{"title": "console.backspaceWND", "text": " ", "tags": "", "loc": "console.html#backspaceWND"}, {"title": "console.backspaceWND", "text": " WND A 32-bit handle to a Window. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#backspaceWND"},
{"title": "console.setCursorPosWND", "text": " ", "tags": "", "loc": "console.html#setCursorPosWND"}, {"title": "console.setCursorPosWND", "text": " X The new Horizontal position. Y The new Vertical postion. WND A 32-bit handle to a Window. X The new Horizontal position. Y The new Vertical postion. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#setCursorPosWND"},
{"title": "console._increment_x_WND", "text": " ", "tags": "", "loc": "console.html#_increment_x_WND"}, {"title": "console._increment_x_WND", "text": " WND A 32-bit handle to a Window. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#_increment_x_WND"},
{"title": "console._increment_y_WND", "text": " ", "tags": "", "loc": "console.html#_increment_y_WND"}, {"title": "console._increment_y_WND", "text": " WND A 32-bit handle to a Window. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#_increment_y_WND"},
{"title": "console._safeincrement_y_WND", "text": " ", "tags": "", "loc": "console.html#_safeincrement_y_WND"}, {"title": "console._safeincrement_y_WND", "text": " WND A 32-bit handle to a Window. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#_safeincrement_y_WND"},
{"title": "console._safeincrement_x_WND", "text": " ", "tags": "", "loc": "console.html#_safeincrement_x_WND"}, {"title": "console._safeincrement_x_WND", "text": " WND A 32-bit handle to a Window. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#_safeincrement_x_WND"},
{"title": "console._newlineWND", "text": " ", "tags": "", "loc": "console.html#_newlineWND"}, {"title": "console._newlineWND", "text": " WND A 32-bit handle to a Window. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#_newlineWND"},
{"title": "console.outputChar", "text": " ", "tags": "", "loc": "console.html#outputChar"}, {"title": "console.outputChar", "text": " C An 8-bit ASCII Character. X An 8-bit Horizontal Cell position. Y An 8-bit Vertical Cell Position. fgcolor The 16-bit color of the Character. bgcolor The 16-bit background color of the cell. C An 8-bit ASCII Character. X An 8-bit Horizontal Cell position. Y An 8-bit Vertical Cell Position. fgcolor The 16-bit color of the Character. bgcolor The 16-bit background color of the cell.", "tags": "", "loc": "console.html#outputChar"},
{"title": "console.outputCharToScreenSpace", "text": " ", "tags": "", "loc": "console.html#outputCharToScreenSpace"}, {"title": "console.outputCharToScreenSpace", "text": " C An 8-bit ASCII Character. X A 32-bit Horizontal Screen position. Y A 32-bit Vertical Screen Position. fgcolor The 16-bit color of the Character. bgcolor The 16-bit background color of the cell. C An 8-bit ASCII Character. X A 32-bit Horizontal Screen position. Y A 32-bit Vertical Screen Position. fgcolor The 16-bit color of the Character. bgcolor The 16-bit background color of the cell.", "tags": "", "loc": "console.html#outputCharToScreenSpace"},
{"title": "console.outputCharTransparent", "text": " ", "tags": "", "loc": "console.html#outputCharTransparent"}, {"title": "console.outputCharTransparent", "text": " C An 8-bit ASCII Character. X An 8-bit Horizontal Cell position. Y An 8-bit Vertical Cell Position. fgcolor The 16-bit color of the Character. C An 8-bit ASCII Character. X An 8-bit Horizontal Cell position. Y An 8-bit Vertical Cell Position. fgcolor The 16-bit color of the Character.", "tags": "", "loc": "console.html#outputCharTransparent"},
{"title": "console.getPixel", "text": " ", "tags": "", "loc": "console.html#getPixel"}, {"title": "console.getPixel", "text": " X A 32-bit Horizontal Screen position. Y A 32-bit Vertical Screen Position. 16-bits of Pixel Information X A 32-bit Horizontal Screen position. Y A 32-bit Vertical Screen Position.", "tags": "", "loc": "console.html#getPixel"},
{"title": "console.drawPixel", "text": " ", "tags": "", "loc": "console.html#drawPixel"}, {"title": "console.drawPixel", "text": " X A 32-bit Horizontal Screen position. Y A 32-bit Vertical Screen Position. color 16-bits of Pixel Information X A 32-bit Horizontal Screen position. Y A 32-bit Vertical Screen Position. color 16-bits of Pixel Information", "tags": "", "loc": "console.html#drawPixel"},
{"title": "console.getPixel32", "text": " ", "tags": "", "loc": "console.html#getPixel32"}, {"title": "console.getPixel32", "text": " X A 32-bit Horizontal Screen position. Y A 32-bit Vertical Screen Position. 32-bits of Pixel Information X A 32-bit Horizontal Screen position. Y A 32-bit Vertical Screen Position.", "tags": "", "loc": "console.html#getPixel32"},
{"title": "console.drawPixel32", "text": " ", "tags": "", "loc": "console.html#drawPixel32"}, {"title": "console.drawPixel32", "text": " X A 32-bit Horizontal Screen position. Y A 32-bit Vertical Screen Position. color 32-bits of Pixel Information X A 32-bit Horizontal Screen position. Y A 32-bit Vertical Screen Position. color 32-bits of Pixel Information", "tags": "", "loc": "console.html#drawPixel32"},
{"title": "console.getPixel64", "text": " ", "tags": "", "loc": "console.html#getPixel64"}, {"title": "console.getPixel64", "text": " X A 32-bit Horizontal Screen position. Y A 32-bit Vertical Screen Position. 64-bits of Pixel Information X A 32-bit Horizontal Screen position. Y A 32-bit Vertical Screen Position.", "tags": "", "loc": "console.html#getPixel64"},
{"title": "console.drawPixel64", "text": " ", "tags": "", "loc": "console.html#drawPixel64"}, {"title": "console.drawPixel64", "text": " X A 32-bit Horizontal Screen position. Y A 32-bit Vertical Screen Position. color 64-bits of Pixel Information X A 32-bit Horizontal Screen position. Y A 32-bit Vertical Screen Position. color 64-bits of Pixel Information", "tags": "", "loc": "console.html#drawPixel64"},
{"title": "console.setMousePosition", "text": " ", "tags": "", "loc": "console.html#setMousePosition"}, {"title": "console.setMousePosition", "text": " X A 32-bit Horizontal Screen Position. Y A 32-bit Vertical Screen Position. X A 32-bit Horizontal Screen Position. Y A 32-bit Vertical Screen Position.", "tags": "", "loc": "console.html#setMousePosition"},
{"title": "console.redrawWindows", "text": " ", "tags": "", "loc": "console.html#redrawWindows"}, {"title": "console.redrawWindows", "text": " ", "tags": "", "loc": "console.html#redrawWindows"},
{"title": "console.toggleWNDVisible", "text": " ", "tags": "", "loc": "console.html#toggleWNDVisible"}, {"title": "console.toggleWNDVisible", "text": " WND A 32-bit handle to a Window. WND A 32-bit handle to a Window.", "tags": "", "loc": "console.html#toggleWNDVisible"},
{"title": "console.setWNDVisible", "text": " ", "tags": "", "loc": "console.html#setWNDVisible"}, {"title": "console.setWNDVisible", "text": " WND A 32-bit handle to a Window. Visible <code>True</code> or <code>False</code>. WND A 32-bit handle to a Window. Visible <code>True</code> or <code>False</code>.", "tags": "", "loc": "console.html#setWNDVisible"},
{"title": "console.closeAllWindows", "text": " ", "tags": "", "loc": "console.html#closeAllWindows"}, {"title": "console.closeAllWindows", "text": " ", "tags": "", "loc": "console.html#closeAllWindows"},
{"title": "console.newWindow", "text": " ", "tags": "", "loc": "console.html#newWindow"}, {"title": "console.newWindow", "text": " @retruns(A 32-bit Handle for the new Window.) X 32-bit Horizontal Cell for the top-left corner of the Window. Y 32-bit Vertical Cell for the top-left corner of the Window. Width 32-bit Width of the Window in Cells. Height 32-bit Height of the Window in Cells. Title NULL Terminated String used as the Title for the Window. X 32-bit Horizontal Cell for the top-left corner of the Window. Y 32-bit Vertical Cell for the top-left corner of the Window. Width 32-bit Width of the Window in Cells. Height 32-bit Height of the Window in Cells. Title NULL Terminated String used as the Title for the Window.", "tags": "", "loc": "console.html#newWindow"},
{"title": "console.registerEventHandler", "text": " ", "tags": "", "loc": "console.html#registerEventHandler"}, {"title": "console.registerEventHandler", "text": " WND Handle for the Window the event should be registered against. Event Type of event to <a class=\"normal\" href=\"ACE.html#register\">register</a>. Handler Procedure to be called upon the event firing. <code>True</code> for success <code>False</code> for failure. WND Handle for the Window the event should be registered against. Event Type of event to <a class=\"normal\" href=\"ACE.html#register\">register</a>. Handler Procedure to be called upon the event firing.", "tags": "", "loc": "console.html#registerEventHandler"},
{"title": "console.forceQuitAll", "text": " ", "tags": "", "loc": "console.html#forceQuitAll"}, {"title": "console.forceQuitAll", "text": " ", "tags": "", "loc": "console.html#forceQuitAll"},
{"title": "console.closeWindow", "text": " ", "tags": "", "loc": "console.html#closeWindow"}, {"title": "console.closeWindow", "text": " WND The handle to the target Window. WND The handle to the target Window.", "tags": "", "loc": "console.html#closeWindow"},
{"title": "console.bordersEnabled", "text": " ", "tags": "", "loc": "console.html#bordersEnabled"}, {"title": "console.bordersEnabled", "text": " WND A 32-bit Handle to the target Window. Enabled <code>True</code> for borders to be shown, <code>False</code> for borders to be hidden. WND A 32-bit Handle to the target Window. Enabled <code>True</code> for borders to be shown, <code>False</code> for borders to be hidden.", "tags": "", "loc": "console.html#bordersEnabled"},
{"title": "console.SetShellWindow", "text": " ", "tags": "", "loc": "console.html#SetShellWindow"}, {"title": "console.SetShellWindow", "text": " WND 32-bit Handle for the target Window. b <code>True</code> to set Target as a <a class=\"normal\" href=\"shell.html\">Shell</a> Window, <code>False</code> to set Target as a normal Window. WND 32-bit Handle for the target Window. b <code>True</code> to set Target as a <a class=\"normal\" href=\"shell.html\">Shell</a> Window, <code>False</code> to set Target as a normal Window.", "tags": "", "loc": "console.html#SetShellWindow"},
{"title": "console.getWindowName", "text": " ", "tags": "", "loc": "console.html#getWindowName"}, {"title": "console.getWindowName", "text": " WND 32-bit Handle for the target Window. NULL Terminated <a class=\"normal\" href=\"system.html#pchar\">PChar</a>. WND 32-bit Handle for the target Window.", "tags": "", "loc": "console.html#getWindowName"},
{"title": "console.mouseEnabled", "text": " ", "tags": "", "loc": "console.html#mouseEnabled"}, {"title": "console.mouseEnabled", "text": " b <code>True</code> for <a class=\"normal\" href=\"mouse.html\">mouse</a> enabled, <code>False</code> for <a class=\"normal\" href=\"mouse.html\">mouse</a> disabled. b <code>True</code> for <a class=\"normal\" href=\"mouse.html\">mouse</a> enabled, <code>False</code> for <a class=\"normal\" href=\"mouse.html\">mouse</a> disabled.", "tags": "", "loc": "console.html#mouseEnabled"},
{"title": "console._MouseDown", "text": " ", "tags": "", "loc": "console.html#_MouseDown"}, {"title": "console._MouseDown", "text": " ", "tags": "", "loc": "console.html#_MouseDown"},
{"title": "console._MouseUp", "text": " ", "tags": "", "loc": "console.html#_MouseUp"}, {"title": "console._MouseUp", "text": " ", "tags": "", "loc": "console.html#_MouseUp"},
{"title": "console._MouseClick", "text": " ", "tags": "", "loc": "console.html#_MouseClick"}, {"title": "console._MouseClick", "text": " Left <code>True</code> for a Left-Click, <code>False</code> for a Right-Click. Left <code>True</code> for a Left-Click, <code>False</code> for a Right-Click.", "tags": "", "loc": "console.html#_MouseClick"},
{"title": "console.setWindowColors", "text": " ", "tags": "", "loc": "console.html#setWindowColors"}, {"title": "console.setWindowColors", "text": " Colors A 32-bit value representing the attributes (background/foreground). Colors A 32-bit value representing the attributes (background/foreground).", "tags": "", "loc": "console.html#setWindowColors"},
{"title": "console.getWindowColorPtr", "text": " ", "tags": "", "loc": "console.html#getWindowColorPtr"}, {"title": "console.getWindowColorPtr", "text": " A 32-bit pointer to the Borders Attribute. ", "tags": "", "loc": "console.html#getWindowColorPtr"},
{"title": "console.TColor", "text": " Black Blue Green Aqua Red Purple Yellow White Gray lBlue lGreen lAqua lRed lPurple lYellow lWhite ", "tags": "", "loc": "console.html#TColor"}, {"title": "console.TColor", "text": " Black Blue Green Aqua Red Purple Yellow White Gray lBlue lGreen lAqua lRed lPurple lYellow lWhite ", "tags": "", "loc": "console.html#TColor"},
{"title": "console.TEventType", "text": " EVENT_DRAW EVENT_MOUSE_CLICK EVENT_MOUSE_MOVE EVENT_MOUSE_DOWN EVENT_MOUSE_UP EVENT_KEY_PRESSED EVENT_CLOSE EVENT_MINIMIZE EVENT_FOCUS EVENT_LOSE_FOCUS ", "tags": "", "loc": "console.html#TEventType"}, {"title": "console.TEventType", "text": " EVENT_DRAW EVENT_MOUSE_CLICK EVENT_MOUSE_MOVE EVENT_MOUSE_DOWN EVENT_MOUSE_UP EVENT_KEY_PRESSED EVENT_CLOSE EVENT_MINIMIZE EVENT_FOCUS EVENT_LOSE_FOCUS ", "tags": "", "loc": "console.html#TEventType"},
{"title": "contextswitcher", "text": " <p> Kieron Morris <kjm@kieronmorris.me> ", "tags": "", "loc": "contextswitcher.html"}, {"title": "contextswitcher", "text": " <p> Kieron Morris <kjm@kieronmorris.me> ", "tags": "", "loc": "contextswitcher.html"},