discardCursorRects()
Invalidates all cursor rectangles in the window.
Declaration
func discardCursorRects()Discussion
This method is invoked by resetCursorRects() to clear out existing cursor rectangles before resetting them. You shouldn’t invoke it in the code you write, but you might want to override it to change its behavior.