Contents

setOnMouseExited(_:)

Sets whether the receiver accepts Mouseexited(with:) events.

Declaration

func setOnMouseExited(_ flag: Bool)

Parameters

Discussion

Accepting mouseExited(with:) event messages allows the cursor to be made the current cursor when the cursor exits a view’s cursor rectangle.

See Also

Deprecated