C# Class Treefrog.Presentation.Controllers.PointerEventResponder

Inheritance: IPointerResponder
Afficher le fichier Open project: jaquadro/Treefrog

Méthodes publiques

Méthode Description
HandleEndPointerSequence ( PointerEventInfo info ) : void
HandlePointerLeaveField ( ) : void
HandlePointerPosition ( PointerEventInfo info ) : void
HandleStartPointerSequence ( PointerEventInfo info ) : void
HandleUpdatePointerSequence ( PointerEventInfo info ) : void

Method Details

HandleEndPointerSequence() public méthode

public HandleEndPointerSequence ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
Résultat void

HandlePointerLeaveField() public méthode

public HandlePointerLeaveField ( ) : void
Résultat void

HandlePointerPosition() public méthode

public HandlePointerPosition ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
Résultat void

HandleStartPointerSequence() public méthode

public HandleStartPointerSequence ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
Résultat void

HandleUpdatePointerSequence() public méthode

public HandleUpdatePointerSequence ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
Résultat void