|
ReactOS 0.4.16-dev-2116-g5a43991
|

Go to the source code of this file.
Functions | |
| VOID | XboxConsPutChar (int c) |
| BOOLEAN | XboxConsKbHit (VOID) |
| int | XboxConsGetCh (void) |
Variables | |
| UCHAR | MachDefaultTextColor = COLOR_GRAY |
| static unsigned | CurrentCursorX = 0 |
| static unsigned | CurrentCursorY = 0 |
| static UCHAR | CurrentAttr = ATTR(COLOR_GRAY, COLOR_BLACK) |
Definition at line 79 of file xboxcons.c.
Referenced by MachInit().
Definition at line 72 of file xboxcons.c.
Referenced by MachInit().
Definition at line 29 of file xboxcons.c.
Referenced by MachInit().
|
static |
Definition at line 26 of file xboxcons.c.
Referenced by XboxConsPutChar().
|
static |
Definition at line 24 of file xboxcons.c.
Referenced by XboxConsPutChar().
|
static |
Definition at line 25 of file xboxcons.c.
Referenced by XboxConsPutChar().
| UCHAR MachDefaultTextColor = COLOR_GRAY |
Definition at line 22 of file xboxcons.c.