📜  monogame 全屏 - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:59.335000             🧑  作者: Mango

代码示例1
//you likely already have this line (or similar)
graphics = new GraphicsDeviceManager(this);

//set the GraphicsDeviceManager's fullscreen property
graphics.IsFullScreen = true;