Property screen.primary
Overload
Gets the primary screen.
public static screen primary { get; }
Property Value
Remarks
The returned variable has screen.Handle. To create lazy variable (with screen.LazyFunc), use screen.index(0, lazy: true)
.
Gets the primary screen.
public static screen primary { get; }
The returned variable has screen.Handle. To create lazy variable (with screen.LazyFunc), use screen.index(0, lazy: true)
.