So I know that I can start the window in Full Screen with this code:
stage.displayState = StageDisplayState.FULL_SCREEN;
But what if I want to start it maximized? Is that possible?
So I know that I can start the window in Full Screen with this code:
stage.displayState = StageDisplayState.FULL_SCREEN;
But what if I want to start it maximized? Is that possible?
:: Copyright KIRUPA 2024 //--