Class TouchEventArgs
- Namespace
- DotNetBrowser.Input.Touch.Events
- Assembly
- DotNetBrowser.dll
public abstract class TouchEventArgs : ITouchEventArgs
- Inheritance
-
TouchEventArgs
- Implements
- Derived
- Inherited Members
Constructors
- TouchEventArgs(IEnumerable<TouchPoint>)
Initializes a new instance of TouchEventArgs.
Properties
- KeyModifiers
Gets the keyboard modifiers.
- TouchPoints
Gets the list of all detected touch points.