MCPcopy Create free account
hub / github.com/InkboxSoftware/all-screen-keyboard / freeDebugText

Method freeDebugText

keyboard/src/keyboard.cpp:740–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738}
739
740int keyboard::freeDebugText(int x, int y, const char* toWrite, float size, int r, int g, int b, int a){
741 if (keyboardWindow->writeText(toWrite, x, y, size, r, g, b, a) == nullptr)
742 return -1;
743 return 0;
744}
745
746int keyboard::setKeyboardBGImg(const char* src){
747 if (inMainThread)

Callers

nothing calls this directly

Calls 1

writeTextMethod · 0.45

Tested by

no test coverage detected