Open
Description
Issue №3575 opened by karat-1 at 2022-11-18 13:27:59
Description
The performance when using the SCALED flag is really good especially when not wanting to use pygame._sdl2
The only downside is that we can not adjust the resolution, it will always go to the biggest possible resolution.
I do believe it would be a lot more useful if we could at least change the scaling factor via another flag (e.g. instead of scaling up to 1920x1080 it would only scale up to 1280x720).