Skip to content

Conversation

@simongeilfus
Copy link
Contributor

Current behavior prevents other parts of the app from using mouseUp events. When ImGui windows are interacted with, they shouldn't trigger mouseUp handlers elsewhere in the app.

This PR fixes that by handling the event using io.WantCaptureMouse in the ImGui_ImplCinder_MouseUp callback.

andrewfb added a commit that referenced this pull request Sep 7, 2025
Completes the event propagation fix by adding the missing setHandled() call.
@andrewfb
Copy link
Collaborator

andrewfb commented Sep 7, 2025

Thanks for this - merged manually with 0597e8d

@andrewfb andrewfb closed this Sep 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants