Exemple #1
0
 private void RegisterGame()
 {
     _display = Runtime.Instance.Platform.DisplayDevice.CreateDisplay();
     _display.Initialize((int)Width, (int)Height);
     Runtime.Instance.RegisterGame(_display, this);
     _display.InitializeContainer(this);
 }