Go to the source code of this file.
|
static void | fb_hHookConScroll (fb_ConHooks *handle, int x1, int y1, int x2, int y2, int rows) |
|
static int | fb_hHookConWrite (fb_ConHooks *handle, const void *buffer, size_t length) |
|
void | fb_ConsolePrintBufferEx (const void *buffer, size_t len, int mask) |
|
void | fb_ConsolePrintBuffer (const char *buffer, int mask) |
|
void fb_ConsolePrintBuffer |
( |
const char * |
buffer, |
|
|
int |
mask |
|
) |
| |
void fb_ConsolePrintBufferEx |
( |
const void * |
buffer, |
|
|
size_t |
len, |
|
|
int |
mask |
|
) |
| |
static void fb_hHookConScroll |
( |
fb_ConHooks * |
handle, |
|
|
int |
x1, |
|
|
int |
y1, |
|
|
int |
x2, |
|
|
int |
y2, |
|
|
int |
rows |
|
) |
| |
|
static |
static int fb_hHookConWrite |
( |
fb_ConHooks * |
handle, |
|
|
const void * |
buffer, |
|
|
size_t |
length |
|
) |
| |
|
static |