Coder Social home page Coder Social logo

Comments (4)

ItsBranK avatar ItsBranK commented on May 31, 2024

I re-read the changelog several times over and I see no mention of this change so I'm not sure its intentional or not. I recorded a video showing a better example, one of ctrl inputs not working on v1.90.6, and the second video is v1.90.5 showing they work fine. I also have the demo window open showing the inputs so it's not an issue with windproc.

v1.90.6 shortcuts do not work: https://www.youtube.com/watch?v=0t1s4SujjZE

v1.90.5 shortcuts work fine: https://www.youtube.com/watch?v=4QQOJS8gzxg

from imgui.

ocornut avatar ocornut commented on May 31, 2024

It works in demo if I build the vanilla examples and it is obviously very much exercised by the test suite.
So I think there's something else on your side that you haven't mentioned that's related to the issue you are having.

Based on the information you provided, I agree that I don't see related changes in Changelog. The changelog are pretty thorough but I also did a quick diff checks between versions and can't find a potential culprit.

  • Are you using unmodified backends directly from the repository?
  • Do you have unrecompiled modules that may be referring to an old version of a data structure like ImGuiIO ? Are every imgui sources files and every of your own files using any imgui headers fully rebuilt when you change version? My guess is this is the most likely issue.

from imgui.

ItsBranK avatar ItsBranK commented on May 31, 2024

Are every imgui sources files and every of your own files using any imgui headers fully rebuilt when you change version?

Hah this was it! It turns out the problem was because of imgui_demo.cpp was still on v1.90.5...seems pretty odd that somehow broke all input texts; but sure enough after replacing the file and fully rebuilding the issue no longer exists.

from imgui.

ocornut avatar ocornut commented on May 31, 2024

I will add calls to IMGUI_CHECK_VERSION() in more sources files as I believe this would help detect users’ build issues.

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.