File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/OpenTK.Windowing.Desktop Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments