Doug Binks

Results 293 comments of Doug Binks

This PR may be of interest to you https://github.com/glfw/glfw/pull/2130

Merging PRs like this takes a huge amount of time. We've been discussing IME support with PR #2130 and I have done some testing and code review but we are...

This message is intended for debug purposes, I'm not sure we would want this to silently fail or to draw the alt text as a link. Perhaps we could include...

> so there shouldn't be any surprises if the image wasn't drawn. I disagree. There are two errors possible here as you've identified. Rather than decreasing the amount of debug...

Do you still have this issue with GLFW 3.4?

I added #80 to track the custom XYZI chunk loading somewhat separately in case these don't get resolved in exactly the same way.

GLFW should support macOS 10.11, and when I've previously compiled with CMake project files on OS X 10.13 this has worked fine. However my Mac is now dead, so I'm...

I just tested this on my machine (Windows 11 with QWERTY USB keyboard) and the F11 key is registered: ``` 00000153 to 1 at 4.756: Key 0x012c (F11) Scancode 0x0057...

If you're able to run the [events.c](https://github.com/glfw/glfw/blob/master/tests/events.c) test program you should be able to see all events that GLFW can process. What I see when I use *special* function keys...

I'm not sure there's that much we can sensibly do with unusual OEM keys without potentially API breaking changes to GLFW, but if you are interested in following up on...