doubleClickInterval
The maximum number of seconds in which a second mouse click must occur for an event to be a double-click event.
Declaration
class var doubleClickInterval: TimeInterval { get }Return Value
The double-click time interval, in seconds.
Discussion
This is a system setting. You can’t change the value by overriding this method.