You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
are there plans for the new GLFW_MOUSE_PASSTHROUGH hint to be implemented in this?
The text was updated successfully, but these errors were encountered: