Click or drag to resize

ITouch Interface

A service that can be used for touch input handling.

Namespace:  DotNetBrowser.Input.Touch
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface ITouch : IAutoDisposable

The ITouch type exposes the following members.

Properties
  NameDescription
Public propertyCanceled
Occurs when the touch has been canceled.
Public propertyEnded
Occurs when the touch has been ended.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyMoved
Occurs when the touch has moved.
Public propertyStarted
Occurs when the touch has been started.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also