Ryan C. Gordon
Ryan C. Gordon
Currently, Emscripten_SetWindowFullscreen() will report failure if a fullscreen transition is in progress. It should instead track that the requested state has changed, and once the transition is complete, start a...
> I don't want to risk this change with 3.4.0 about to ship, but I'm now wondering if we should abandon the minimum spec requirement entirely and just _reopen the...
WinTab is Wacom's pen API. Documentation is [here](https://developer-docs.wacom.com/docs/icbt/windows/wintab/wintab-overview/). It's becoming apparent to me that we really should use this if it's available on a system, because it offers functionality that...
> > Two questions: > > > > After disabling all audio recording devices, call SDL_GetAudioRecordingDevices(); You will still receive one device unless you reinitialize the audio. And this device...
This is an attempt at a limited-but-lower-overhead Properties object that could be useful for throwaway SDL_PropertiesID...namely, the type we use for `SDL_Create*WithProperties` functions. And example of updating testyuv.c to use...
This is SDL4 API-change stuff. [SDL_EnumeratePropertiesCallback](https://wiki.libsdl.org/SDL3/SDL_EnumeratePropertiesCallback) returns void. It should return [SDL_EnumerationResult](https://wiki.libsdl.org/SDL3/SDL_EnumerationResult), so an app can stop doing work once it found the thing it was looking for (and also...
Please see commentary (and first attempt at a patch) in #7359.
> @icculus https://github.com/libsdl-org/sdl12-compat/pull/360 only fixed the segfault - the flickering intro issue is still present as of 45fb7be084c477b5d6b0df53f3e93200abd51f40. _Originally posted by @Gymnasiast in https://github.com/libsdl-org/sdl12-compat/issues/339#issuecomment-3591539437_
There are several [extensions from OpenAL Soft](https://openal-soft.org/openal-extensions/) that are totally reasonable to support. Go through the list at that link and see what we can plug in here trivially.
> It's probably worth making a final SDL2_net release. _Originally posted by @slouken in [#828](https://github.com/libsdl-org/sdlwiki/issues/828#issuecomment-3134767836)_ This can go at any time, as far as I'm concerned.