Manual |
The ManualInputEventsManager type exposes the following members.
Name | Description | |
---|---|---|
DoubleClickTimeout | Gets or sets a time in milliseconds from the first click to the second click to be considered as double click. Default value is 300 ms. | |
DragPointerButtons | Gets or sets buttons that are used for dragging. Default value is Left. | |
DragPointerDistance | Gets or sets the distance pointer must make when the move is considered as a drag. The default value is 5. | |
IsDragging | True when a ModelNode is currently being dragged. | |
IsEnabled | Gets or sets a boolean value that specifies if the EventManager3D is enabled. | |
SceneView | Gets the SceneView that contains the SceneNode objects that are used by this ManualInputEventsManager. | |
TriggerEnterLeaveEventsOnEachSceneNodeChange | Gets or sets a Boolean that specifies if Enter and Leave events are triggered on each change of the SceneNode (when true). When false, then Enter and Leave events are triggered only when InputEventSource object is changed (for example, when using MultiModelNodesEventsSource then Leave and Enter events will not be triggered when pointer is moved from one to another SceneNode that are all registered by the same MultiModelNodesEventsSource). Default value is true. |