Click or drag to resize

TouchPointForce Property

Gets the amount of pressure being applied to the surface.

Namespace:  DotNetBrowser.Input.Touch.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public Nullable<float> Force { get; set; }

Property Value

Type: NullableSingle
A float value between 0.0 (no pressure) and 1.0 (maximum pressure) or null if not supported.

Implements

ITouchPointForce
Remarks
Can be null if force detection is not supported.
See Also