Skip to content

Commit 963b6fc

Browse files
committed
mention exclusive vs borderless in XML doc
1 parent bbd97a9 commit 963b6fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/OpenTK.Windowing.Desktop/NativeWindowSettings.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,10 @@ public NativeWindowSettings()
272272

273273
/// <summary>
274274
/// Gets or sets a value indicating whether the application window will be minimized if the
275-
/// focus changes while the window is in fullscreen mode. The default value is true.
275+
/// focus changes while the window is in fullscreen mode. The default value is <c>true</c>. Note that
276+
/// <see cref="WindowState.Fullscreen"/> implies exclusive fullscreen mode, which means other normal windows on
277+
/// the same monitor will not overdraw the application window. If overdraw is required, the library consumer must
278+
/// define and manage a non-exclusive "borderless" window, sized and positioned to cover the entire display area.
276279
/// </summary>
277280
public bool AutoIconify { get; set; } = true;
278281
}

0 commit comments

Comments
 (0)