MCPcopy Create free account
hub / github.com/The-Powder-Toy/The-Powder-Toy / OnTextInput

Method OnTextInput

src/gui/interface/Textbox.cpp:472–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472void Textbox::OnTextInput(String text)
473{
474 StopTextEditing();
475 InsertText(text);
476}
477
478void Textbox::InsertText(String text)
479{

Callers 1

DoTextInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected