MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / gui_console_clear

Function gui_console_clear

gui/qt/emuthread.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23// reimplemented callbacks
24
25void gui_console_clear(void) {
26 emu->consoleClear();
27}
28
29void gui_console_printf(const char *format, ...) {
30 va_list args;

Callers

nothing calls this directly

Calls 1

consoleClearMethod · 0.80

Tested by

no test coverage detected