示例#1
0
文件: Game1.cs 项目: gmich/TileEngine
 private void OnWindowClientSizeChanged(object sender, System.EventArgs e)
 {
     this.resolutionManager.SetResolution(this.Window.ClientBounds.Width, this.Window.ClientBounds.Height);
     tileManager.AdjustLocation();
 }