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

Function TextBox2

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

Source from the content-addressed store, hash-verified

115 }
116
117 static bool TextBox2(TextEditState& text, const Vec2& pos, double width, const uint8&, bool enabled)
118 {
119 return SimpleGUI::TextBox(text, pos, width, unspecified, enabled);
120 }
121
122 //static bool TextBoxAt(TextEditState& text, const Vec2& center, double width, size_t maxChars, bool enabled) // FIXME ->ScriptSimpleGUI.cpp
123 //{

Callers

nothing calls this directly

Calls 1

TextBoxFunction · 0.85

Tested by

no test coverage detected