Contents

hide()

Makes the current cursor invisible.

Declaration

class func hide()

Discussion

If another cursor becomes current, that cursor will be invisible, too. It will remain invisible until you invoke the unhide() method.

Each invocation of hide must be balanced by an invocation of unhide() in order for the cursor to be displayed.

The hide() method overrides setHiddenUntilMouseMoves(_:).

See Also

Setting cursor attributes