예제 #1
0
 /// <summary>
 /// Sets the display to windowed.  Does nothing if the display is already
 /// windowed.  The DisplayWindow retains the same height and width as the
 /// previous full screen resolution.
 /// </summary>
 public void SetWindowed()
 {
     impl.SetWindowed();
 }