Class WPFTouchDispatcher
Implements
Inherited Members
Namespace: Evergine.WPF
Assembly: Evergine.WPF.dll
Syntax
public class WPFTouchDispatcher : PointerDispatcher, IDisposable
Constructors
WPFTouchDispatcher(UIElement, float)
Initializes a new instance of the WPFTouchDispatcher class.
Declaration
public WPFTouchDispatcher(UIElement uiElement, float dpiDensity = 1)
Parameters
Type | Name | Description |
---|---|---|
UIElement | uiElement | The UIElement to handle the touches. |
float | dpiDensity | The dpi density of the uiElement. |
Methods
Dispose()
Declaration
public void Dispose()