mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
8 lines
189 B
C#
8 lines
189 B
C#
namespace NvAPIWrapper.Native.Constants
|
|
{
|
|
internal static class Display
|
|
{
|
|
public const int AdvancedDisplayHeads = 4;
|
|
public const int MaxDisplayHeads = 2;
|
|
}
|
|
} |