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
On this picture the "aaaaa" button is on the "hover" window and the "upgrade me" button is on the window underneath. I need the ability to click on both of them
Is there a way to pass through clicks on widnow background but handle clicks on widgets?
I tired window with ImGuiWindowFlags_NoBackground flag, but clicks are not going to underlying window.
If I use ImGuiWindowFlags_NoMouseInputs flag then button on my window doesn't handle click bu all other clicks are going throgh.
I've read through FAQ and closest thig is this but can't figure how it could help me.
The text was updated successfully, but these errors were encountered:
Hello!
On this picture the "aaaaa" button is on the "hover" window and the "upgrade me" button is on the window underneath. I need the ability to click on both of them
Is there a way to pass through clicks on widnow background but handle clicks on widgets?
I tired window with
ImGuiWindowFlags_NoBackground
flag, but clicks are not going to underlying window.If I use
ImGuiWindowFlags_NoMouseInputs
flag then button on my window doesn't handle click bu all other clicks are going throgh.I've read through FAQ and closest thig is this but can't figure how it could help me.
The text was updated successfully, but these errors were encountered: