Ryan C. Gordon

Results 1355 comments of Ryan C. Gordon

macOS support went in last night. Unlike Linux, you have to install a driver from Wacom, which feels like garbageware and needs all sorts of scary system permissions in the...

(Alternately, we can merge this now, since Windows or not, I'm pretty comfortable that the SDL API isn't going to change.)

Okay, this is rebased to the latest in main and flattened down into two commits: the API rework (with the existing X11, Wayland, and test app reworked with it), and...

Okay, we're live. Thanks again to @whot for all the insight he provided here!

Tossing this into 3.0 ABI for further review, but it's possible that SDL_Properties mitigates this.

I grepped the codebase for lines with "typedef" and "struct", which brings up 125 items. Most of these are already good (including the previously-mentioned SDL_Renderer, which is already an opaque...

> SDL_AtomicInt: maybe we just make this totally opaque, since its point is to prevent accessing the int value directly anyhow. (then again, you can't simply create these as static/global...

Sam made some fixes to image size choice recently; if you get a moment, can you try the latest and see if it fixes this issue?

I added a note to the SDL_DestroyWindow docs; in practice most apps will either pump the event queue regularly in their main loop logic, use the main callbacks, or be...