We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
how to use this Hint GLFW_MOUSE_PASSTHROUGH
The text was updated successfully, but these errors were encountered:
@qsirwyk What is GLFW_MOUSE_PASSTHROUGH? I can't see it in glfw code...
Sorry, something went wrong.
It's a relatively new window hint, added in GLFW 3.4: https://www.glfw.org/docs/3.4/window_guide.html#GLFW_MOUSE_PASSTHROUGH_hint
It allows the mouse to pass through the window. It's necessary for creating overlays, super useful.
Spoiler alert ⚠️: cimgui-go is going to upgrade glfw to v3.4 so this hint will be available
No branches or pull requests
Related problem
No response
Your request
how to use this Hint
GLFW_MOUSE_PASSTHROUGH
Alternative solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: