mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 18:31:17 +00:00
12 lines
189 B
C#
12 lines
189 B
C#
|
|
namespace BrightSharp.Interop
|
|||
|
|
{
|
|||
|
|
namespace Constants
|
|||
|
|
{
|
|||
|
|
internal enum MonitorFromWindowFlags
|
|||
|
|
{
|
|||
|
|
MONITOR_DEFAULTTONEAREST = 0x00000002
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|