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

Method setGraphicsLock

keyboard/src/graphics.cpp:1230–1237  ·  view source on GitHub ↗

clearing graphics:

Source from the content-addressed store, hash-verified

1228
1229//clearing graphics:
1230void window::setGraphicsLock(bool lockState){
1231 graphicsLock = lockState;
1232 if (graphicsLock)
1233 cout << "Graphics locked" << endl;
1234 else
1235 cout << "Graphics unlocked" << endl;
1236 return;
1237}
1238
1239void window::clearGraphicsMemory(){
1240 cout << "Clearing graphics memory" << endl;

Callers 3

keyboardMonitorMethod · 0.45
swapProfileMethod · 0.45
loadProfileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected