GyorgyRotter
Results
2
comments of
GyorgyRotter
Example usage: ImGui::Begin("AngleRangeKnob"); static int value1 = 0; if (ImGuiKnobs::KnobInt("OriginalMin", &value1, 0, 7, 1, "%d", ImGuiKnobVariant_Stepped, 0.0f, 0, 8)) { } ImGui::SameLine(); static int value2 = 7; if (ImGuiKnobs::KnobInt("OriginalMax", &value2,...
Hi, I think it is really important to keep the existing interface as it is, it is clear and easy to use (and of course to not break the programs...