I’m creating a program and I would like the user to be able to resize the screen at their convenience. I understand the basics of how to do this with objects and their positioning on the screen but I’m a little unclear how I can make the program itself have a customizable screen size.
I know about the settings() function, but is there a way to use that to give the user the ability to resize the screen while using a program?