9 lines
No EOL
153 B
C#
9 lines
No EOL
153 B
C#
namespace SM.Base.Window
|
|
{
|
|
public enum WindowFlags
|
|
{
|
|
Window = 0,
|
|
BorderlessWindow = 2,
|
|
ExclusiveFullscreen = 1
|
|
}
|
|
} |