didBeginInteracting(with:)
Tells the delegate that the user is panning or scrolling the scrubber.
Declaration
@MainActor optional func didBeginInteracting(with scrubber: NSScrubber)Parameters
- scrubber:
The scrubber the user is interacting with.
Tells the delegate that the user is panning or scrolling the scrubber.
@MainActor optional func didBeginInteracting(with scrubber: NSScrubber)The scrubber the user is interacting with.