Hi I am trying to mimick my mobile device resolution and window scale on dekstop. And I am trying to set window scale different than the resolution.
For example on desktop I have the window width and height below. On desktop it fills my whole screen is there a way I can scale the window but keep the resolution? I think this is related to the high-DPI settings in SDL 2.0.4.
parms_["WindowWidth"] = 1080;
parms_["WindowHeight"] = 1920;