Click or drag to resize
Ab4d.SharpEngine logo

ManualInputEventsManager Properties

The ManualInputEventsManager type exposes the following members.

Properties
 NameDescription
Public propertyDoubleClickTimeout 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.
Public propertyDragPointerButtons Gets or sets buttons that are used for dragging. Default value is Left.
Public propertyDragPointerDistance Gets or sets the distance pointer must make when the move is considered as a drag. The default value is 5.
Public propertyIsDragging True when a ModelNode is currently being dragged.
Public propertyIsEnabled Gets or sets a boolean value that specifies if the EventManager3D is enabled.
Public propertySceneView Gets the SceneView that contains the SceneNode objects that are used by this ManualInputEventsManager.
Public propertyTriggerEnterLeaveEventsOnEachSceneNodeChange 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.
Top
See Also