Go to the source code of this file.
◆ conprintf
Value: do { \
char _buf_for_msg_[4096]; \
CHECK_SNPRINTF(snprintf(_buf_for_msg_, sizeof _buf_for_msg_, __VA_ARGS__), sizeof _buf_for_msg_); \
conputs(_buf_for_msg_); \
} while (0)
Definition at line 28 of file console.h.
◆ FONT_HEIGHT
◆ RENDER_SCALE_QUALITY
#define RENDER_SCALE_QUALITY 2 |
◆ SCREEN_FORMAT
#define SCREEN_FORMAT SDL_PIXELFORMAT_ARGB8888 |
◆ USE_LOCKED_TEXTURE
#define USE_LOCKED_TEXTURE 1 |
◆ conputs()
void conputs |
( |
const char * |
s | ) |
|
◆ console_cursor_blink()
void console_cursor_blink |
( |
int |
delay | ) |
|
◆ console_init()
int console_init |
( |
int |
width, |
|
|
int |
height, |
|
|
int |
zoom_percent, |
|
|
Uint8 * |
video_mapped, |
|
|
Uint8 * |
color_mapped, |
|
|
int |
sdlrenderquality |
|
) |
| |
◆ console_input()
int console_input |
( |
void |
| ) |
|
◆ console_iteration()
void console_iteration |
( |
void |
| ) |
|
◆ console_output()
void console_output |
( |
Uint8 |
data | ) |
|
◆ console_status()
int console_status |
( |
void |
| ) |
|
◆ rc_shutdown_callback()
void rc_shutdown_callback |
( |
void |
| ) |
|
◆ console_io_traffic