-
Notifications
You must be signed in to change notification settings - Fork 181
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
v3.4 and supporting GLFW_MOUSE_PASSTHROUGH #375
Comments
It looks like this is only for v3.4. So I guess my request is actually about supporting version v3.4. I'll change the title of the issue. |
Additionally, it's probable that supporting an entirely new version would be a tonne of work and it's not fair for me to request this just for a single window hint. However would a maintainer / supporter be willing to suggest or advise here were I to attempt to do this myself, just for a single window hint, by following the patterns set by this library for the other versions? Maybe the PR could even begin the work for supporting v3.4 and if it's not complicated I could contribute with the rest if it's just "passthrough" function calls. :) |
Closing as it looks like this isn't interesting for anyone. I'll figure out another way. |
Looks this this issue will solve this. |
Sorry if I shouldn't be typing here considering it's closed, I tried to reach you out on Twitter but it seems you don't have DMs enabled. I have been experiencing the same issue with a personal project that I have pause whilst waiting for the release of GLFW 3.4. I was looking to use the I was wondering if you have found any alternative to this so far? |
Hey @DownloadableFox, nope not found anything else yet. Just waiting for this MR. There's no instructions there that I can see yet as I'm on a Mac. I'll re-open as it's being actively worked on. |
Okay I got this working. I checked out Geo25ray's master branch which has 3.4 changes in. Then in Then in the Hints area at the top of
Finally in
And mouse pass through worked! :) |
Hi folks! I'm displaying a transparent window overlay to highlight things on the screen (a red rectangle) and I'd really like to be able to "still click through" to things underneath this rectangle. I found that glfw itself has:
GLFW_MOUSE_PASSTHROUGH
from 2020 I think. I couldn't find this in the code in here, so I assume it's not implemented yet.Would it be possible to add this without too much effort? If it's just a redirect from to a C function or something, I'd be happy to learn and follow the pattern you do for other calls, but I may need support on knowing exactly what to do.
Please let me know what you think and if you'd be willing to support this?
The text was updated successfully, but these errors were encountered: