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

Method asyncFunctionCompleted

keyboard/src/graphics.cpp:1094–1096  ·  view source on GitHub ↗

mulithreaded functions:

Source from the content-addressed store, hash-verified

1092
1093//mulithreaded functions:
1094bool window::asyncFunctionCompleted(){
1095 return !asyncToDo;
1096}
1097
1098int window::asyncOutput(){
1099 return asyncOutputValue;

Callers 10

keyboardMonitorMethod · 0.45
loadProfileMethod · 0.45
textureKeyMethod · 0.45
rectKeyMethod · 0.45
circleKeyMethod · 0.45
freeRectMethod · 0.45
freeCircleMethod · 0.45
freeTextureMethod · 0.45
setKeyboardBGImgMethod · 0.45
loadCustomShaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected