Ryan C. Gordon
Ryan C. Gordon
> Can your documentation bot also synchronize wikiheaders.pl across the satellite libraries? Against my better judgement, I took a run at SDL2's docs so it can use the latest wikiheaders.pl...
I added a little code to wikiheaders to tell me what we _aren't_ covering right now. The output's not elegant, but it gets the job done. I expected this to...
Manually cleaned out that gist so it's only things that are at least worth considering (and maybe ignoring), or need simple fixes. The most obvious things that could do better...
Properties now go to the wiki: https://wiki.libsdl.org/SDL3/SDL_CreateWindowWithProperties
> I suggest not including all the #define lines. I was torn about that, but I am absolutely certain all these scripting language bindings that are banging on our door...
Updated the gist; the remaining documentation gaps are: - [x] function pointer typedefs that are split over multiple lines are currently ignored and shouldn't be. - [x] the main callbacks...
"Pausing" the audio device just feeds silence to the hardware, so that definitely won't do it. I wasn't aware of this behavior on Windows. I'll have to look into it....
There's a 3D api coming that will offer these things (texture wrapping, depth buffers and z coordinates, and shaders). I don't know what "surface draw access" means in this context,...
Making our own pinch gestures is only going to make iOS users say "this doesn't feel right for some reason." I'd say either the OS provides them or the app...
Is this something that would take more than a few lines of code to implement on top of what's already there? Some sort of gotcha we'd be handling correctly that...