Hello Guest

[CLOSED] GLFW setkeycallback issue

  • 3 Replies
  • 5751 Views
[CLOSED] GLFW setkeycallback issue
« on: April 24, 2017, 19:10:40 »
There is an issue with glfw's input handling: https://github.com/glfw/glfw/issues/747
I experience this on linux too.

Is that fix already included in the latest LWJGL?
« Last Edit: May 17, 2017, 20:00:47 by mudlee »

*

Offline spasi

  • *****
  • 2261
    • WebHotelier
Re: GLFW setkeycallback issue
« Reply #1 on: April 24, 2017, 19:40:42 »
No, the latest nightly build is a few commits behind that fix. GLFW and other bindings are going to be updated soon and LWJGL 3.1.2 will be released. But if you really need the fix now, you can use the "Click to browse..." button under the build configurator, navigate to lwjgl/nightly/linux/x64/ and download libglfw.so. That file is always synchronized with the latest GLFW commit.

Re: GLFW setkeycallback issue
« Reply #2 on: April 25, 2017, 04:30:52 »
I see, thank you! I love that when I debug hours, then find it as a reported issue :D

Re: GLFW setkeycallback issue
« Reply #3 on: May 17, 2017, 20:00:14 »
I can confirm, that the latest update solved the problem!