Prevent window from stealing focus

This commit is contained in:
TheXamlGuy
2024-01-16 08:31:03 +00:00
parent 99855e77b9
commit 86603a6567
5 changed files with 67 additions and 17 deletions
+1 -1
View File
@@ -30,4 +30,4 @@ public enum WindowStyle
TiledWindow = 0xCF0000,
Visible = 0x10000000,
VScroll = 0x200000
}
}