Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/The-Powder-Toy/The-Powder-Toy
/ TextInputRect
Method
TextInputRect
src/gui/interface/Engine.cpp:357–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
355
}
356
357
void Engine::TextInputRect(Point position, Point size)
358
{
359
::SetTextInputRect(position.X, position.Y, size.X, size.Y);
360
}
361
362
std::optional<int> Engine::GetEffectiveDrawCap() const
363
{
Callers
2
Tick
Method · 0.80
textInputRect
Function · 0.80
Calls
1
SetTextInputRect
Function · 0.85
Tested by
no test coverage detected