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

Method StopTextInput

src/gui/interface/Engine.cpp:347–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347void Engine::StopTextInput()
348{
349 if (!textInput)
350 {
351 return;
352 }
353 ::StopTextInput();
354 textInput = false;
355}
356
357void Engine::TextInputRect(Point position, Point size)
358{

Callers 1

DoTickMethod · 0.80

Calls 1

StopTextInputFunction · 0.85

Tested by

no test coverage detected