C# Class InfoStrat.MotionFx.Filters.HoverInputFilter

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

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

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