MCPcopy 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
357void Engine::TextInputRect(Point position, Point size)
358{
359 ::SetTextInputRect(position.X, position.Y, size.X, size.Y);
360}
361
362std::optional<int> Engine::GetEffectiveDrawCap() const
363{

Callers 2

TickMethod · 0.80
textInputRectFunction · 0.80

Calls 1

SetTextInputRectFunction · 0.85

Tested by

no test coverage detected