Contents

setOnMouseEntered(_:)

Specifies whether the receiver accepts Mouseentered(with:) events.

Declaration

func setOnMouseEntered(_ flag: Bool)

Parameters

Discussion

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

See Also

Deprecated