ITouch Interface | 
Namespace: DotNetBrowser.Input.Touch
public interface ITouch : IAutoDisposable
The ITouch type exposes the following members.
| Name | Description | |
|---|---|---|
| Canceled | 
                Occurs when the touch has been canceled.
              | |
| Ended | 
                Occurs when the touch has been ended.
              | |
| IsDisposed | 
                Indicates if the object is already disposed.
              (Inherited from IAutoDisposable.) | |
| Moved | 
                Occurs when the touch has moved.
              | |
| Started | 
                Occurs when the touch has been started.
              | 
| Name | Description | |
|---|---|---|
| Disposed | 
                Occurs when the object has been disposed.
              (Inherited from IAutoDisposable.) |