Ryan C. Gordon
Ryan C. Gordon
The buttons are different, if they're meant to be horizontal. :/
Just inline in the headers is probably sufficient.
We have art we can use for this, might as well add it to the API, even if it isn't meant to be device-specific.
Just needs to be on a webserver that can serve static files and respond correctly to the HTTP If-Modified-Since header. We can do some magic with a GitHub hook, so...
Right now the binary data is packed in, but not compressed, and all those SVGs shrink massively. Just throw a gzip around it, and using miniz to uncompress when loading.
Basically the advice is "draw the first-party controls, put in separate data file, load after the usual data file," but formally document that somewhere.
Ok, so one thing we'd like to do as SDL3 is getting closer is improve documentation. Documentation is a never-ending job: it will never be complete and it can always...
Sacred cow from SDL1 here, but do we want to rename SDL_loadso.h to something more clear, like SDL_sharedobject.h or SDL_dynload.h or something?
According to [hidapi's repo](https://github.com/libusb/hidapi), [the license options](https://github.com/libusb/hidapi/blob/master/LICENSE.txt) are: > HIDAPI can be used under one of three licenses. > > 1. The GNU General Public License, version 3.0, in LICENSE-gpl3.txt...
> This is bike shedding, but I see this warning message when generating the SDL man pages: > > ``` > Use of uninitialized value $brief in string at /var/folders/3m/p59k4qdj0f17st0gn2cmj3640000gn/T/setupsdl/66c57facf1111a4ec08d3d1abdf3c87f3062ffbea8d9eb4c9c412e9b5e7f59b7/source/build-scripts/wikiheaders.pl...