MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / textbox

Method textbox

Source/Falcor/Utils/UI/Gui.cpp:1639–1642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1637}
1638
1639bool Gui::Widgets::textbox(const std::string& label, std::string& text, TextFlags flags)
1640{
1641 return mpGui ? mpGui->mpWrapper->addTextbox(label.c_str(), text, 1, flags) : false;
1642}
1643
1644bool Gui::Widgets::textbox(const char label[], char buf[], size_t bufSize, uint32_t lineCount, TextFlags flags)
1645{

Callers 3

renderBaseUIMethod · 0.80
renderUIMethod · 0.80
onGuiRenderMethod · 0.80

Calls 1

addTextboxMethod · 0.80

Tested by

no test coverage detected