Skip to content
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

how to use GLFW_MOUSE_PASSTHROUGH #559

Open
qsirwyk opened this issue Oct 5, 2022 · 3 comments
Open

how to use GLFW_MOUSE_PASSTHROUGH #559

qsirwyk opened this issue Oct 5, 2022 · 3 comments
Labels
question Further information is requested

Comments

@qsirwyk
Copy link

qsirwyk commented Oct 5, 2022

Related problem

No response

Your request

how to use this Hint
GLFW_MOUSE_PASSTHROUGH

Alternative solution

No response

Additional context

No response

@qsirwyk qsirwyk added the enhancement New feature or request label Oct 5, 2022
@gucio321 gucio321 added question Further information is requested and removed enhancement New feature or request labels May 9, 2023
@gucio321
Copy link
Collaborator

gucio321 commented May 9, 2023

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

@Minoxs
Copy link

Minoxs commented Aug 13, 2024

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.

@gucio321
Copy link
Collaborator

Spoiler alert ⚠️: cimgui-go is going to upgrade glfw to v3.4 so this hint will be available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants