Ejemplo n.º 1
0
 public void OnExitFullScreen(Window window)
 {
     if (window != null)
     {
         window.ExitFullscreen();
     }
 }