MCPcopy Create free account
hub / github.com/Siv3D/OpenSiv3D / TextBox1

Function TextBox1

Siv3D/src/Siv3D/Script/Bind/ScriptSimpleGUI.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 static bool TextBox1(TextEditState& text, const Vec2& pos, double width, size_t maxChars, bool enabled)
113 {
114 return SimpleGUI::TextBox(text, pos, width, maxChars, enabled);
115 }
116
117 static bool TextBox2(TextEditState& text, const Vec2& pos, double width, const uint8&, bool enabled)
118 {

Callers

nothing calls this directly

Calls 1

TextBoxFunction · 0.85

Tested by

no test coverage detected