| 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 | //{ |