Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InkboxSoftware/all-screen-keyboard
/ updateText
Method
updateText
keyboard/src/text.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void text::updateText(const char* updateString){
29
outputString = updateString;
30
return;
31
}
32
33
void text::updateLocation(int x, int y){
34
locationX = x;
Callers
2
runWindow
Method · 0.80
runWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected