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
First-off, fantastic repo. Have migrated from cocos2d-x (version 4.0) little over a year ago to axmol and very happy. Had to recently rebase on latest axmol for specific ImGui bug fixes.
My issue:
When I run a program that draws an Imgui window, on startup I can select the ImGui window and drag it around. But when I release the mouse-click and try to click it again, the mouse click event falls through the ImGui window onto whatever window is underneath it. And then that window (that was previously behind the ImGui window) now gets drawn over the ImGui window.
It is like the ImGui window is not properly consuming the mouse click event and so it is passed-through to the next window underneath it and being consumed by that window (hence why that window is being redrawn over the ImGui Window).
I even used the very simplistic How to use example in extensions/ImGui/README.md to draw a window and test. And it still happens.
Is anybody having this issue?
The previous commit I had worked on did not have this issue: Auto download vlc prebuilts if not found system by halx99
Commits on Jun 16, [4e664e6]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First-off, fantastic repo. Have migrated from cocos2d-x (version 4.0) little over a year ago to axmol and very happy. Had to recently rebase on latest axmol for specific ImGui bug fixes.
My issue:
When I run a program that draws an Imgui window, on startup I can select the ImGui window and drag it around. But when I release the mouse-click and try to click it again, the mouse click event falls through the ImGui window onto whatever window is underneath it. And then that window (that was previously behind the ImGui window) now gets drawn over the ImGui window.
It is like the ImGui window is not properly consuming the mouse click event and so it is passed-through to the next window underneath it and being consumed by that window (hence why that window is being redrawn over the ImGui Window).
I even used the very simplistic
How to use
example inextensions/ImGui/README.md
to draw a window and test. And it still happens.Is anybody having this issue?
The previous commit I had worked on did not have this issue:
Auto download vlc prebuilts if not found system by halx99
Commits on Jun 16, [4e664e6]
I am working on Ubuntu 24.04.1 LTS
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions