Doug Binks

Results 293 comments of Doug Binks

Just a reminder that this PR is waiting on a fix as it does not compile against the latest Dear ImGui library code.

Could you provide more information as to how and what you are compiling? The reported issue is in the MacOS platform SDK, not GLFW, and leads me to believe you...

Given that you the C++ application which is also using GLFW is working, my initial assumption is that something is wrong with the C version and the crash here is...

This appears to be related to [the following issue reported on the GLFW forum](https://discourse.glfw.org/t/sudden-mouse-deltas-in-the-cursor-callback-handler-when-the-window-just-grabbed-mouse-cursor/2642). For end user code my proposed solution would be to ignore the first few frames of...

I have not personally had time to investigate this any further.

I compile GLFW in Windows with the files added manually to my project, including the `null_` files, and do not have any compile or link errors. Could you report the...

> If I ADD the 4 required NULL files, then as my original post shows, I get redefine errors for those 4 functions. Which four functions? Could you paste the...

I've reopened this issue as single file (Unity Build) is something we probably should support, it's just that we do not do so explicitly at the moment (so the fact...

Many thanks to you both for that list of functions, that helps.