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