Add support for borderless window style on Windows that supports system docking and aero shadow

This commit is contained in:
2021-02-25 14:45:17 +01:00
parent 529a82234b
commit 43d578deb2
4 changed files with 119 additions and 76 deletions
@@ -114,12 +114,12 @@ DECLARE_SCRIPTING_TYPE_MINIMAL(CreateWindowSettings);
API_FIELD() bool AllowDragAndDrop = false;
/// <summary>
/// True if window topmost.
/// True if window topmost, otherwise false as default layout.
/// </summary>
API_FIELD() bool IsTopmost = false;
/// <summary>
/// True if it's a regular window.
/// True if it's a regular window, false for tooltips, contextmenu and other utility windows.
/// </summary>
API_FIELD() bool IsRegularWindow = true;