giu
giu copied to clipboard
how to use GLFW_MOUSE_PASSTHROUGH
Related problem
No response
Your request
how to use this Hint GLFW_MOUSE_PASSTHROUGH
Alternative solution
No response
Additional context
No response
@qsirwyk What is GLFW_MOUSE_PASSTHROUGH? I can't see it in glfw code...
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.