[Implemented] Syntax request: OpenWindowedScreen
Posted: Wed Oct 10, 2012 10:50 pm
Small request here. In the last few years, some function parameters have retroactively been made optional, and I'd like to suggest one more.
OpenWindowedScreen()'s parameters are currently:
I almost never use the AutoStretch parameters, and set them all to 0... it would be nice to just have to write:
or if you want to take it to the extreme, have the screen size default to (0, 0, WindowWidth, WindowHeight)
OpenWindowedScreen()'s parameters are currently:
Code: Select all
(WindowID, x, y, Width, Height, AutoStretch, RightOffset, BottomOffset [, FlipMode])
Code: Select all
OpenWindowedScreen(WindowID, x, y, Width, Height)

Code: Select all
OpenWindowedScreen(WindowID)