Events
viewer3d.doubleclick
Invoked when the user double clicks inside the viewer.
JS
jQuery
Function called when the user double clicks inside the viewer.
Type |
---|
(event: Object) => Void |
event
Name | Type | Description |
---|---|---|
intersects | Object | Object below the cursor, undefined if none |
preventDefault | Function | Disable look at for double click event |
srcEvent | Object | Original DOM event |
intersects
Updated 13 Sep 2024
Did this page help you?