GLFW transparent window background touch/click pass through#8092
Merged
danoli3 merged 8 commits intoopenframeworks:masterfrom Oct 30, 2024
Merged
GLFW transparent window background touch/click pass through#8092danoli3 merged 8 commits intoopenframeworks:masterfrom
danoli3 merged 8 commits intoopenframeworks:masterfrom
Conversation
Member
Author
|
I made an example as this requires a bit of main.cpp setup and understanding of the limitations and powers of this GLFW passThrough. |
Contributor
|
I wonder if likewise, unless "transparent input" is a term commonly used? |
danoli3
commented
Aug 27, 2024
Member
Author
|
danoli3
commented
Aug 27, 2024
c7a409b to
7ff841e
Compare
(cherry picked from commit 49b117d)
(cherry picked from commit 9acecba)
(cherry picked from commit 87b14e9)
(cherry picked from commit 92f0ae1)
(cherry picked from commit 1d489cf)
(cherry picked from commit d3ea82a)
(cherry picked from commit 3b1417d)
…e to disable force passThrough (cherry picked from commit c7a409b)
7ff841e to
44c14ae
Compare
Member
Author
|
Okay rechecked this bad boi going to merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As mentioned on the forums here:
https://forum.openframeworks.cc/t/transparent-window-app-with-mouse-click-pass-through/43816
GLFW Window clear transparency - mouse passThrough
Changes additional bools for GLFW settings.
Thanks to @artificiel for documenting floating / passThrough info
usage would be something like in main.cpp:
Example: