C# Class InfoStrat.MotionFx.Filters.PushMotionRangeTouchFilter

Inheritance: InputFilter
Show file Open project: InfoStrat/MotionFx

Public Properties

Property Type Description
CurrentDistanceProperty System.Windows.DependencyProperty
MaximumDistanceProperty System.Windows.DependencyProperty
MinimumDistanceProperty System.Windows.DependencyProperty
ValidTouchDeviceProperty System.Windows.DependencyProperty

Protected Methods

Method Description
IsDeviceValid ( bool wasValid, System.Windows.Input.InputEventArgs args ) : bool
RegisterEvents ( UIElement element ) : void
UnregisterEvents ( UIElement element ) : void

Private Methods

Method Description
NotifyTransition ( bool wasValid, MotionTrackingDevice device, bool isValid ) : bool

Method Details

IsDeviceValid() protected method

protected IsDeviceValid ( bool wasValid, System.Windows.Input.InputEventArgs args ) : bool
wasValid bool
args System.Windows.Input.InputEventArgs
return bool

RegisterEvents() protected method

protected RegisterEvents ( UIElement element ) : void
element System.Windows.UIElement
return void

UnregisterEvents() protected method

protected UnregisterEvents ( UIElement element ) : void
element System.Windows.UIElement
return void

Property Details

CurrentDistanceProperty public static property

Identifies the MinimumDistance dependency property.
public static DependencyProperty,System.Windows CurrentDistanceProperty
return System.Windows.DependencyProperty

MaximumDistanceProperty public static property

Identifies the MinimumDistance dependency property.
public static DependencyProperty,System.Windows MaximumDistanceProperty
return System.Windows.DependencyProperty

MinimumDistanceProperty public static property

Identifies the MinimumDistance dependency property.
public static DependencyProperty,System.Windows MinimumDistanceProperty
return System.Windows.DependencyProperty

ValidTouchDeviceProperty public static property

Identifies the MinimumDistance dependency property.
public static DependencyProperty,System.Windows ValidTouchDeviceProperty
return System.Windows.DependencyProperty