giu icon indicating copy to clipboard operation
giu copied to clipboard

how to use GLFW_MOUSE_PASSTHROUGH

Open qsirwyk opened this issue 2 years ago • 3 comments

Related problem

No response

Your request

how to use this Hint GLFW_MOUSE_PASSTHROUGH

Alternative solution

No response

Additional context

No response

qsirwyk avatar Oct 05 '22 23:10 qsirwyk

@qsirwyk What is GLFW_MOUSE_PASSTHROUGH? I can't see it in glfw code...

gucio321 avatar May 09 '23 19:05 gucio321

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.

Minoxs avatar Aug 13 '24 03:08 Minoxs