Console Support. More...
#include <stdio.h>#include <stdint.h>#include <malloc.h>#include <string.h>#include <stdarg.h>#include <sys/stat.h>#include "system.h"#include "libdragon.h"Defines | |
| #define | CONSOLE_SIZE ((sizeof(char) * CONSOLE_WIDTH * CONSOLE_HEIGHT) + sizeof(char)) |
| Size of the console buffer in bytes. | |
| #define | move_buffer() |
| Macro to move the console up one line. | |
Functions | |
| void | console_set_render_mode (int mode) |
| Set the console rendering mode. | |
| void | console_init () |
| Initialize the console. | |
| void | console_close () |
| Close the console. | |
| void | console_clear () |
| Clear the console. | |
| void | console_render () |
| Render the console. | |
Console Support.
1.7.1