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
There is a relatively serious bug in GLFW 3.2 that key events on X11 are not fired correctly (glfw/glfw#747, also discussed at hajimehoshi/ebiten#648). This is fixed in GLFW 3.3 and we confirmed that the same patch (glfw/glfw@4ff66a7) works on GLFW 3.2. However, GLFW 3.3 is still beta and no one knows when it will be released.
My question is, would it be acceptable to apply that patch to go-gl's GLFW 3.2? I'm not sure the policy of go-gl GLFW and if we should keep this a simple wrapper of GLFW as it is, perhaps we should NOT apply the patch. If it is fine, I'd like to send the PR as soon as possible.
The text was updated successfully, but these errors were encountered:
Hi,
There is a relatively serious bug in GLFW 3.2 that key events on X11 are not fired correctly (glfw/glfw#747, also discussed at hajimehoshi/ebiten#648). This is fixed in GLFW 3.3 and we confirmed that the same patch (glfw/glfw@4ff66a7) works on GLFW 3.2. However, GLFW 3.3 is still beta and no one knows when it will be released.
My question is, would it be acceptable to apply that patch to go-gl's GLFW 3.2? I'm not sure the policy of go-gl GLFW and if we should keep this a simple wrapper of GLFW as it is, perhaps we should NOT apply the patch. If it is fine, I'd like to send the PR as soon as possible.
The text was updated successfully, but these errors were encountered: