Discussion:
[SDL] How to reset SetRenderLogicalSize ?
sgrsgsrg
2016-10-01 20:33:17 UTC
Permalink
I can't find a way to remove SetRenderLogicalSize stretching effect once i called this function in my application, and I didnt find any documentation about that.

How should i proceed?
Sik the hedgehog
2016-10-01 22:34:21 UTC
Permalink
Use SDL_RenderGetLogicalSize before you change the size? Then you can
just restore those values later by setting it again.

Loading...