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