CreateDisplay, what options should I use?
Posted: Wed Dec 04, 2024 7:55 am
Can someone give some more explanation about CreateDisplay options, as in, which options should I use, and clarifications on some of them too.
Like there is this ScaleWidth and ScaleHeight. Which way does this work. Does it mean that If my game runs on 1920x1080, then if I set ScaleWidth and Height as 800x600, it will scale down that 1920x1080 to 800x600, or does it mean that Scalewidth and Height tells the original size, as in this case should be 1920x1080?
Then more importantly comes the question of what options should I use when I am opening display for AOS3, AOS4, MorphOS, Windows?
If I correctly remember, Andreas in one topic here said that Mode="ask" is not necessarily a good idea to use anymore, since it is so old implementation.
Basically what I am wanting to achieve, is a display that has some original dimensions of, for example, 1920x1080, but which in the end can be opened to any size, and then is scaled to that size from the 1920x1080.
Like there is this ScaleWidth and ScaleHeight. Which way does this work. Does it mean that If my game runs on 1920x1080, then if I set ScaleWidth and Height as 800x600, it will scale down that 1920x1080 to 800x600, or does it mean that Scalewidth and Height tells the original size, as in this case should be 1920x1080?
Then more importantly comes the question of what options should I use when I am opening display for AOS3, AOS4, MorphOS, Windows?
If I correctly remember, Andreas in one topic here said that Mode="ask" is not necessarily a good idea to use anymore, since it is so old implementation.
Basically what I am wanting to achieve, is a display that has some original dimensions of, for example, 1920x1080, but which in the end can be opened to any size, and then is scaled to that size from the 1920x1080.