Giter VIP home page Giter VIP logo

Comments (5)

ocornut avatar ocornut commented on July 18, 2024 2

Fixed the typo now, thank you!

from imgui.

ocornut avatar ocornut commented on July 18, 2024 1

It’s not currently trivially possible but we could add the feature. We may need some form of “resistance” code to make it easier to reach the limit, where an additional movement is required to wrap, but make that feature also optional.

from imgui.

ocornut avatar ocornut commented on July 18, 2024 1

Added ImGuisliderFlags_WrapAround in 0403096

ImGui::DragInt("drag int wrap 100..200", &i3, 1, 100, 200, "%d", ImGuisliderFlags_WrapAround);
ImGui::DragFloat("drag wrap -1..1", &f3, 0.005f, -1.0f, 1.0f, NULL, ImGuisliderFlags_WrapAround);

It's a little ambiguous whether both limits should be considered as the same value for integer values. Since clamp limits are inclusive, it seems to make sense when using integers that limits are not same value, so with 100..200 the next value after 200 is 100 and not 101. There isn't a natural step for floating points so I assuming that are the same.

Let me know if that works for you!

from imgui.

Rageking8 avatar Rageking8 commented on July 18, 2024 1

@ocornut Thank you so much for such a swift implementation, highly appreciate it. However, while looking through the commit diff, I realized that for the new flag ImGuisliderFlags_WrapAround introduced, the casing of slider should have been Slider (capital "S").

If this is in fact unintended, do let me know as I would love to create a PR for the fix. Thanks in advance.

from imgui.

kevincoghlan avatar kevincoghlan commented on July 18, 2024

@Rageking8 Yes, I suspect it was a typo. I put up a quick PR when I saw it (#7752).

from imgui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.