Click or drag to resize

ITouchEventArgs Interface

Event arguments for the ITouch events associated with a surface touch.

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

The ITouchEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyKeyModifiers
Gets the keyboard modifiers.
Public propertyTouchPoints
Gets the list of all detected touch points.
Top
See Also