SciChart.Core Assembly : SciChart.Core.Utility.Mouse Namespace
SciChart.Core.Utility.Mouse Namespace
Classes
 ClassDescription
Class 
Class Cross platform Key Event Args, used by various classes within SciChart to process key events
Class Defines a cross-platform Mouse event args, used by various classes within SciChart to process mouse events
ClassProxy class to handle mouse-events between a type which implements IPublishMouseEvents and IReceiveMouseEvents
Class A cross-platform helper class to propagate mouse events in both Silverlight and WPF
Interfaces
 InterfaceDescription
Interface Defines the interface to the MouseManager, a cross-platform helper class to propagate mouse events in both Silverlight and WPF
InterfaceAn interface to a provider which converts System.Windows.Input.MouseEventArgs into System.Windows.Point coordinates. Used internally to SciChart and implemented with interface to enable mocking and testing
InterfaceDefines the interface to a class which publishes mouse events. Used in conjunction with IReceiveMouseEvents and MouseManager to provide cross-platform WPF and Silverlight mouse eventing
InterfaceDefines the interface to a class which publishes touch events. Used in conjunction with IReceiveTouchEvents and MouseManager to provide WPF touch interaction with Chart Modifiers
Interface Defines the interface to a type which receives unified Mouse Events (cross-platform WPF and Silverlight).
Interface Defines the interface to a type which receives WPF4 Touch Events
Enumerations
 EnumerationDescription
Enumeration Specifies the MouseButtons pressed at the time of a mouse operation
Enumeration Specifies the Modifier button pressed at the time of a mouse operation
See Also