Method screen.index
Overload
Gets screen at the specified index of the screen.all array.
public static screen index(int index, bool lazy = false)
Parameters
index (int)
0-based screen index. Index 0 is the primary screen. If index too big, gets the primary screen. |
lazy (bool)
Create variable with screen.LazyFunc that later will get screen handle. |
Returns
Exceptions
ArgumentOutOfRangeException
Negative index. |