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

Method getText

keyboard/src/text.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24const char* text::getText(){
25 return outputString.c_str();
26}
27
28void text::updateText(const char* updateString){
29 outputString = updateString;

Callers 2

runWindowMethod · 0.80
runWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected