Contents

isMouseCoalescingEnabled

A Boolean value that indicates whether the system coalesces mouse movement events.

Declaration

class var isMouseCoalescingEnabled: Bool { get set }

Discussion

Mouse movement events include mouse-moved, mouse-dragged, and tablet events. If this property is true, coalescing is enabled; otherwise, it’s disabled. The default value of this property is true.

See Also

Getting gesture and touch information