Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
347
void Engine::StopTextInput()
348
{
349
if (!textInput)
350
{
351
return;
352
}
353
::StopTextInput();
354
textInput = false;
355
}
356
357
void Engine::TextInputRect(Point position, Point size)
358
{
Callers
1
DoTick
Method · 0.80
Calls
1
StopTextInput
Function · 0.85
Tested by
no test coverage detected