mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-14 17:15:29 +00:00
We might be waiting a long time for a permissions dialog, so let that complete asynchronously. While that's happening, we'll remove the device from the device list so that when we get permission the application sees the device as newly available and can open it again. Fixes https://github.com/libsdl-org/SDL/issues/6347