23 /// Creates the a new <see cref="GameWindow"/>. See remarks.
24 /// </summary>
25 /// <param name="gameContext">The window context. See remarks.</param>
26 /// <returns>A new game window.</returns>
27 /// <remarks>
28 /// This is currently only supported on Windows Desktop. The window context supported on windows is a subclass of System.Windows.Forms.Control (or null and a default GameForm will be created).