Overridden by subclasses to define their default cursor rectangles.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
func resetCursorRects()
Discussion
A subclass’s implementation must invoke add
for each cursor rectangle it wants to establish. The default implementation does nothing.
Application code should never invoke this method directly; it’s invoked automatically as described in "Responding to User Events and Actions." Use the invalidate
method instead to explicitly rebuild cursor rectangles.