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/Engine.cpp:246–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
}
245
246
void Engine::onTextInput(String text)
247
{
248
if (textInput)
249
{
250
if (state_ && !ignoreEvents)
251
state_->DoTextInput(text);
252
}
253
}
254
255
void Engine::onTextEditing(String text, int start)
256
{
Callers
1
EventProcess
Function · 0.80
Calls
1
DoTextInput
Method · 0.45
Tested by
no test coverage detected