Search Results for

    Show / Hide Table of Contents

    Class WinUICoreWindowTouchDispatcher

    Dispatches pointer events associated with a Surface or a Window.

    Inheritance
    object
    PointerDispatcher
    WinUICoreWindowTouchDispatcher
    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.WinUI
    Assembly: Evergine.WinUI.dll
    Syntax
    public class WinUICoreWindowTouchDispatcher : PointerDispatcher

    Constructors

    WinUICoreWindowTouchDispatcher(FrameworkElement)

    Initializes a new instance of the WinUICoreWindowTouchDispatcher class.

    Declaration
    public WinUICoreWindowTouchDispatcher(FrameworkElement coreWindow)
    Parameters
    Type Name Description
    FrameworkElement coreWindow

    The Control 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