Click or drag to resize
Ab4d.SharpEngine logo

InputEventsManager Properties

The InputEventsManager type exposes the following members.

Properties
 NameDescription
Public propertyEventsSourceElement Gets the FrameworkElement that is used to subscribe the mouse events (for example a Border that is a parent of a SharpEngineSceneView). If the property is not set in the constructor, SharpEngineSceneView element is used as event source (if not null).
Public propertySharpEngineSceneView Gets the SharpEngineSceneView that is used by this InputEventsManager. This can be null when InputEventsManager is created by SceneView and not SharpEngineSceneView.
Top
See Also