Ghopper21
Ghopper21

Reputation: 10477

Does the current version of SDL allow for full window transparency?

Is it possible to use SDL to create a window with a transparent "hole" in it, i.e. with whatever application is beneath the SDL-driven application showing through? My understanding is that previous versions of SDL did not support this, so I'm hoping the latest version does.

Upvotes: 0

Views: 170

Answers (1)

Laggy
Laggy

Reputation: 58

If you are talking about SDL 1.2 then no , sdl 1.3 might have somthing like SDL_SetWindowShape but I would say you would like that

Upvotes: 1

Related Questions