| 43 | } |
| 44 | |
| 45 | static bool Button2(const String& text, const Vec2& pos, const uint8&, bool enabled) |
| 46 | { |
| 47 | return SimpleGUI::Button(text, pos, none, enabled); |
| 48 | } |
| 49 | |
| 50 | static bool Slider1(double& value, const Vec2& pos, double sliderWidth, bool enabled) |
| 51 | { |