C# Class InfoStrat.MotionFx.Filters.PushMotionRangeTouchFilter

Inheritance: InputFilter
Afficher le fichier Open project: InfoStrat/MotionFx

Méthodes publiques

Свойство Type Description
CurrentDistanceProperty System.Windows.DependencyProperty
MaximumDistanceProperty System.Windows.DependencyProperty
MinimumDistanceProperty System.Windows.DependencyProperty
ValidTouchDeviceProperty System.Windows.DependencyProperty

Méthodes protégées

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

Private Methods

Méthode Description
NotifyTransition ( bool wasValid, MotionTrackingDevice device, bool isValid ) : bool

Method Details

IsDeviceValid() protected méthode

protected IsDeviceValid ( bool wasValid, System.Windows.Input.InputEventArgs args ) : bool
wasValid bool
args System.Windows.Input.InputEventArgs
Résultat bool

RegisterEvents() protected méthode

protected RegisterEvents ( UIElement element ) : void
element System.Windows.UIElement
Résultat void

UnregisterEvents() protected méthode

protected UnregisterEvents ( UIElement element ) : void
element System.Windows.UIElement
Résultat void

Property Details

CurrentDistanceProperty public_oe static_oe property

Identifies the MinimumDistance dependency property.
public static DependencyProperty,System.Windows CurrentDistanceProperty
Résultat System.Windows.DependencyProperty

MaximumDistanceProperty public_oe static_oe property

Identifies the MinimumDistance dependency property.
public static DependencyProperty,System.Windows MaximumDistanceProperty
Résultat System.Windows.DependencyProperty

MinimumDistanceProperty public_oe static_oe property

Identifies the MinimumDistance dependency property.
public static DependencyProperty,System.Windows MinimumDistanceProperty
Résultat System.Windows.DependencyProperty

ValidTouchDeviceProperty public_oe static_oe property

Identifies the MinimumDistance dependency property.
public static DependencyProperty,System.Windows ValidTouchDeviceProperty
Résultat System.Windows.DependencyProperty