You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// If the window is in fullscreen mode, this method calls <see cref="ExitFullscreen"/>; otherwise, this method calls <see cref="EnterFullscreen(IDisplay?)"/>.
87
+
/// <para>
88
+
/// This method does not have any immediate effects, as any window state changes are made
89
+
/// after the current frame.
90
+
/// </para>
91
+
/// </summary>
92
+
/// <param name="display">The display to enter fullscreen on. <see cref="Display"/> is used if this value is <see langword="null"/>.</param>
0 commit comments