MCPcopy 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
28void text::updateText(const char* updateString){
29 outputString = updateString;
30 return;
31}
32
33void text::updateLocation(int x, int y){
34 locationX = x;

Callers 2

runWindowMethod · 0.80
runWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected