Contents

acceptsMouseMovedEvents

A Boolean value that indicates whether the window accepts mouse-moved events.

Declaration

var acceptsMouseMovedEvents: Bool { get set }

Discussion

The value of this property is true when the window accepts (and distributes) mouse-moved events; otherwise, false. By default the value is false.

See Also

Handling Mouse Events