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
Hello!
I am trying to make a zooming feature for my imgui window but it ends up covering the bottom part. The only things im scaling at the moment are the buttons, but after some thinking, I think I also need to set the offset between all elements in a window for this.
I'm not sure if my possible solution is right, feel free to tell me if I need to do anything else to prevent it from covering parts of the window when zooming! Thank you.
Version/Branch of Dear ImGui:
Version 1.91.0, Repository: matcool/imgui-cocos
Back-ends:
n/a
Compiler, OS:
Windows 11 + CMake
Full config/build information:
No response
Details:
Hello!
I am trying to make a zooming feature for my imgui window but it ends up covering the bottom part. The only things im scaling at the moment are the buttons, but after some thinking, I think I also need to set the offset between all elements in a window for this.
I'm not sure if my possible solution is right, feel free to tell me if I need to do anything else to prevent it from covering parts of the window when zooming! Thank you.
Screenshots/Video:
video
Minimal, Complete and Verifiable Example code:
No response
The text was updated successfully, but these errors were encountered: