Search Results for

    Show / Hide Table of Contents

    Class AndroidTouchDispatcher

    Dispatches pointer events associated with a Surface or a Window.

    Inheritance
    object
    PointerDispatcher
    AndroidTouchDispatcher
    Inherited Members
    PointerDispatcher.Points
    PointerDispatcher.PointerDown
    PointerDispatcher.PointerUp
    PointerDispatcher.PointerMove
    PointerDispatcher.DispatchEvents()
    PointerDispatcher.HandlePointerDown(long, Point)
    PointerDispatcher.HandlePointerUp(long, Point)
    PointerDispatcher.HandlePointerMove(long, Point)
    PointerDispatcher.ResetPointersStatus()
    Namespace: Evergine.Android
    Assembly: Evergine.Android.dll
    Syntax
    public class AndroidTouchDispatcher : PointerDispatcher

    Constructors

    AndroidTouchDispatcher(View)

    Initializes a new instance of the AndroidTouchDispatcher class.

    Declaration
    public AndroidTouchDispatcher(View view)
    Parameters
    Type Name Description
    View view

    The View associated with this dispatcher.

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX