You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Issue/Question:
I want to implement a custom DragFloat compoment. I believe for this I need an item-identifier for that is stable between frames. Is there an API to access the id the of last item? I searched in imgui.h but couldn't find anything.
Version/Branch of Dear ImGui:
Version: 1.70
Branch: master
Back-end/Renderer/Compiler/OS
Back-ends: imgui.net
Operating System: win10
My Issue/Question:
I want to implement a custom DragFloat compoment. I believe for this I need an item-identifier for that is stable between frames. Is there an API to access the id the of last item? I searched in imgui.h but couldn't find anything.
in issue #1537 i found the following code:
But I believe that this is not exposed on the default API. Since I using imgui.net I only have access to the main API.
The text was updated successfully, but these errors were encountered: