Class SDLTouchDispatcher
Inherited Members
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. |