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

Method requestSetbackgroundImage

keyboard/src/graphics.cpp:1132–1137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1130}
1131
1132void window::requestSetbackgroundImage(const char* src){
1133 asyncToDo = true;
1134 needSetBackground = true;
1135 srcREQ = strdup(src);
1136 return;
1137}
1138
1139void window::requestDrawCircle(int z, int centerX, int centerY, int radius, int segments, int r, int g, int b, int a, int keyID, int customShader){
1140 asyncToDo = true;

Callers 1

setKeyboardBGImgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected