Search Results for

    Show / Hide Table of Contents

    Class FormsTouchDispatcher

    Dispatches pointer events associated with a Surface or a Window.

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

    Constructors

    FormsTouchDispatcher(Control)

    Initializes a new instance of the FormsTouchDispatcher class.

    Declaration
    public FormsTouchDispatcher(Control control)
    Parameters
    Type Name Description
    Control control

    The Control associated with this dispatcher.

    Properties

    IsRegistered

    Gets a value indicating whether the windows is registered as touch-capable.

    Declaration
    public bool IsRegistered { get; }
    Property Value
    Type Description
    bool

    Extension Methods

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