What is the proper way of ensuring non-exclusive borderless fullscreen on Windows + OpenGL?
Using windowed + borderless flags in SDL still results in exclusive fullscreen:
https://github.com/libsdl-org/SDL/issues/12791
How do most games implement this sanely?