Interface ITouch
- Namespace
- DotNetBrowser.Input.Touch
- Assembly
- DotNetBrowser.dll
A service that can be used for touch input handling.
public interface ITouch : IAutoDisposable
- Inherited Members
Properties
- Canceled
Occurs when the touch has been canceled.
- Ended
Occurs when the touch has been ended.
- Moved
Occurs when the touch has moved.
- Started
Occurs when the touch has been started.