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

eframe: Mouse-passthrough option #2080

Merged
merged 1 commit into from
Oct 2, 2022
Merged

eframe: Mouse-passthrough option #2080

merged 1 commit into from
Oct 2, 2022

Conversation

mgalos999
Copy link
Contributor

Now for a native app you can set mouse_passthrough as a NativeOption
This will allow all mouse clicks to pass through the window.
This is useful for apps that are overlays.
You'll typically use it in conjunction with always_on_top

Closes #1677

@mgalos999 mgalos999 marked this pull request as ready for review September 24, 2022 15:52
@emilk emilk changed the title Mouse passthrough option eframe: Mouse-passthrough option Oct 2, 2022
@emilk emilk merged commit 9901ad4 into emilk:master Oct 2, 2022
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.

Add an option to allow input to pass through a window
2 participants