GLFW callbacks not working

Started by nbilyk, February 06, 2020, 15:31:27

Previous topic - Next topic

nbilyk

I'm having a strange issue that I'm not sure how to troubleshoot.
Sometimes the GLFW window callbacks aren't getting triggered. Any of them.
Everything else works, the window is created, I can draw like normal, but no callbacks are invoked, not even window close.

Any ideas what I should check? (I'm on Windows 10, I believe it happens in different JDKs)