Plugin that is a gesture recognizer
Dispatches events from TouchEventDispatcher
| C# | Visual Basic | Visual C++ |
public interface ITouchEventDispatcherPlugin : IDisposable
Public Interface ITouchEventDispatcherPlugin _ Inherits IDisposable
public interface class ITouchEventDispatcherPlugin : IDisposable
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| Dispose()()()() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| Initialize(IEventDispatcher) |
Initializes the plugin
| |
| Process(array<Touch>[]()[][]) |
Processes touches
|