Property osdText.defaultScreen
Overload
Default screen when osdText.XY is not set. The screen must be lazy or empty.
public static screen defaultScreen { get; set; }
Exceptions
ArgumentException
screen with Handle. Must be lazy (with LazyFunc) or empty. |
Property Value
Examples
osdText.defaultScreen = screen.index(1, lazy: true);