Interface ITouchEvent
- Namespace
- DotNetBrowser.Dom.Events
- Assembly
- DotNetBrowser.dll
Represents a touch event and provides an access to specific touch event data.
This event occurs when a user performs an action with a touch device (such as a touchscreen).
public interface ITouchEvent : IUiKeyEventModifier, IEvent, IAutoDisposable
- Inherited Members
Properties
- ChangedTouchPoints
Gets the list of touch points that have changed since the last touch event.
- TargetTouchPoints
Gets the list of touch points that are specific to the target element.
- TouchPoints
Gets the list of touch points that are currently on the screen.