get underlying window

Hey there.
I am trying to make a SDL_Window clickthough. But as far as i could tell SDL3 does not have that functionality.

My next plan of action would be to get the underlying window and figure out how to do it myself for Windows and X11. (for wayland i have no hope…).

I have found SDL_GetWindowProperties. I dont have any clue how to use the SDL_PropertiesID it spits out though.

For anyone searching for the same:

https://github.com/libsdl-org/SDL/blob/main/docs/README-migration.md
read the secion about: SDL_syswm.h

1 Like