mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-11-18 16:59:09 +08:00
初始化
This commit is contained in:
15
CPF.Mac/Mac/CoreGraphics/CGWindowListOption.cs
Normal file
15
CPF.Mac/Mac/CoreGraphics/CGWindowListOption.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace CPF.Mac.CoreGraphics
|
||||
{
|
||||
[Flags]
|
||||
public enum CGWindowListOption
|
||||
{
|
||||
All = 0x0,
|
||||
OnScreenOnly = 0x1,
|
||||
OnScreenAboveWindow = 0x2,
|
||||
OnScreenBelowWindow = 0x4,
|
||||
IncludingWindow = 0x8,
|
||||
ExcludeDesktopElements = 0x10
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user