MCPcopy 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
246void Engine::onTextInput(String text)
247{
248 if (textInput)
249 {
250 if (state_ && !ignoreEvents)
251 state_->DoTextInput(text);
252 }
253}
254
255void Engine::onTextEditing(String text, int start)
256{

Callers 1

EventProcessFunction · 0.80

Calls 1

DoTextInputMethod · 0.45

Tested by

no test coverage detected