mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-26 00:45:20 +00:00
7 lines
225 B
C#
7 lines
225 B
C#
namespace MonoGame.Extended.NuclexGui.Controls.Desktop
|
|
{
|
|
/// <summary>Control for the X button in the top right corner of a window</summary>
|
|
public class GuiCloseWindowButtonControl : GuiButtonControl
|
|
{
|
|
}
|
|
} |