Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix egui focus edge cases #81

Merged
merged 2 commits into from
Aug 15, 2024
Merged

Fix egui focus edge cases #81

merged 2 commits into from
Aug 15, 2024

Conversation

thmxv
Copy link
Contributor

@thmxv thmxv commented Aug 14, 2024

  • When starting to orbit, this continue to work even when the pointer move to over a egui window/area
  • When the mouse click and drag operation start in an egui window/area the camera does not start to orbit when getting out of the area and in the viewport

- When starting to orbit, this continue to work even when the
  pointer move to over a egui window/area
- When the mouse click and drag operation start in an egui
  window/area the camera does not start to orbit when getting out
  of the area and in the viewport
@Plonq
Copy link
Owner

Plonq commented Aug 15, 2024

Thanks! I've pushed a commit that adds a side panel and a moveable window to the egui example, to actually show all the different ways to interact with egui. This showcases your fix better too.

@Plonq Plonq merged commit 249a2d2 into Plonq:master Aug 15, 2024
5 checks passed
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