Retrieves the current cursor's clipping rectangle in screen coordinates.
public final static Rectangle getClip()
Returns a Rectangle object that specifies the cursor's clipping rectangle.
If the cursor is not currently clipped, the resulting rectangle contains the dimensions of the entire screen.
A clipped cursor is allowed to move only within its clipping rectangle.