Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
472
void Textbox::OnTextInput(String text)
473
{
474
StopTextEditing();
475
InsertText(text);
476
}
477
478
void Textbox::InsertText(String text)
479
{
Callers
1
DoTextInput
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected