Search Results for

    Show / Hide Table of Contents

    Class SDLTouchDispatcher

    Dispatches pointer events associated with a Surface or a Window.

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

    Constructors

    SDLTouchDispatcher(SDLWindow)

    Initializes a new instance of the SDLTouchDispatcher class.

    Declaration
    public SDLTouchDispatcher(SDLWindow window)
    Parameters
    Type Name Description
    SDLWindow window

    The SDLWindow associated with this dispatcher.

    Extension Methods

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