|
InputEventsManager(SceneView, FrameworkElement) Constructor |
Constructor that takes SceneView and eventsSourceElement
Namespace: Ab4d.SharpEngine.WpfAssembly: Ab4d.SharpEngine.Wpf (in Ab4d.SharpEngine.Wpf.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax public InputEventsManager(
SceneView sceneView,
FrameworkElement eventsSourceElement
)
Parameters
- sceneView SceneView
- SceneView
- eventsSourceElement FrameworkElement
- WPF's FrameworkElement that is used to subscribe the mouse events
See Also