doubleClickEnabled property

bool doubleClickEnabled
getter/setter pair

Specifies whether the object receives doubleClick events.

The default value is false, which means that by default an InteractiveObject instance does not receive doubleClick events. If the doubleClickEnabled property is set to true, the instance receives doubleClick events within its bounds. The mouseEnabled property of this InteractiveObject must also be set to true for the object to receive doubleClick events.

No event is dispatched by setting this property.

Implementation

bool doubleClickEnabled = false;