vec2 UI::DragFloat2(const string&in label, const vec2&in v, float speed = 1.0f, float min = 0, float max = 0, const string&in format = "%.3f", int flags = UI::SliderFlags::None)
Drag slider for vec2. Returns the new value. If min >= max, there are no bounds.
vec2