MCPcopy Create free account
hub / github.com/Norbyte/bg3se / SetText

Method SetText

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:1493–1497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1491}
1492
1493void InputText::SetText(STDString text)
1494{
1495 Text = text;
1496 reloadText_ = true;
1497}
1498
1499
1500void Combo::StyledRender(DrawingContext& context)

Callers 1

AddInputTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected