Sam Lantinga
Sam Lantinga
In the video above, it does look like the frame of the window lags behind the mouse cursor, but that's also happening in the sokol example. If I go frame...
Nice work! I'll add this for the 3.6 milestone, thanks!
Let's hold this for 3.6
Welcome back! Offhand the code looks good.
Looks great!
Thanks for the investigation. Since you have context and test environment, can you create a PR for this?
> Life is a bit hectic, but I can give it a go if I can find the time. I'm a bit rusty at C, so forgive me if it...
I'm glad the medical situation is improving! There's no rush, go ahead and contribute when you can. Cheers,
I'm unclear how this is intended to be used. It seems like it sets up a hard coded file descriptor 3 which the child can use for reading from the...
Hmm, it does crash in SDL2, but it seems to work with SDL3: ```cpp #include #include #include #include "cocoa.h" static auto should_quit = false; void set_color_space(SDL_Window* window) { void* nswindow...