MCPcopy Create free account
hub / github.com/devkitPro/libctru / consoleClear

Function consoleClear

libctru/source/console.c:899–902  ·  view source on GitHub ↗

---------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

897
898//---------------------------------------------------------------------------------
899void consoleClear(void) {
900//---------------------------------------------------------------------------------
901 consoleCls(2);
902}
903
904//---------------------------------------------------------------------------------
905void consoleSetWindow(PrintConsole* console, int x, int y, int width, int height){

Callers

nothing calls this directly

Calls 1

consoleClsFunction · 0.85

Tested by

no test coverage detected