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

GLFW_MOUSE_PASSTHROUGH_hint #547

Open
DorBreger opened this issue Sep 2, 2023 · 1 comment
Open

GLFW_MOUSE_PASSTHROUGH_hint #547

DorBreger opened this issue Sep 2, 2023 · 1 comment

Comments

@DorBreger
Copy link

are there plans for the new GLFW_MOUSE_PASSTHROUGH hint to be implemented in this?

@coderedart
Copy link
Contributor

its not implemented in glfw yet. There's like 5 issues on glfw's github all confused about this glfw/glfw#2297

mouse passthrough is a 3.4 version feature which is still in progress. https://www.glfw.org/ shows that it 97% completed (based on github milestone tagged issues).

But the current stable version is glfw 3.3.*, which glfw-rs is based on.

If you really need to use passthrough, you can use my fork https://crates.io/crates/glfw-passthrough . I just added the relevant passthrough patches to the glfw-sys code. Once 3.4 releases, this piston's glfw will get the passthrough feature officially.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants