ResolutionRrOrientationChanged
Introduction
Code Example
FlatRedBallServices.Game.Window.AllowUserResizing = true;Last updated
Was this helpful?
FlatRedBallServices.Game.Window.AllowUserResizing = true;Last updated
Was this helpful?
Was this helpful?
int newWidth = FlatRedBallServices.GraphicsOptions.ResolutionWidth;
int newHeight = FlatRedBallServices.GraphicsOptions.ResolutionHeight;
FlatRedBall.Debugging.Debugger.CommandLineWrite(
"Resolution: " + newWidth +
", " + newHeight);