C# Класс Treefrog.Presentation.Controllers.PointerEventResponder

Наследование: IPointerResponder
Показать файл Открыть проект

Открытые методы

Метод Описание
HandleEndPointerSequence ( PointerEventInfo info ) : void
HandlePointerLeaveField ( ) : void
HandlePointerPosition ( PointerEventInfo info ) : void
HandleStartPointerSequence ( PointerEventInfo info ) : void
HandleUpdatePointerSequence ( PointerEventInfo info ) : void

Описание методов

HandleEndPointerSequence() публичный Метод

public HandleEndPointerSequence ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
Результат void

HandlePointerLeaveField() публичный Метод

public HandlePointerLeaveField ( ) : void
Результат void

HandlePointerPosition() публичный Метод

public HandlePointerPosition ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
Результат void

HandleStartPointerSequence() публичный Метод

public HandleStartPointerSequence ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
Результат void

HandleUpdatePointerSequence() публичный Метод

public HandleUpdatePointerSequence ( PointerEventInfo info ) : void
info Treefrog.Presentation.Tools.PointerEventInfo
Результат void