Property screen.ofMouse
Overload
Returns a lazy screen variable that later will get the screen from the mouse cursor position at that time.
public static screen ofMouse { get; }
Property Value
Remarks
If need non-lazy: screen.of(mouse.xy)
or screen.ofMouse.Now
.