Click or drag to resize

ITouchPointForce Property

Gets the amount of pressure being applied to the surface.

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

Property Value

Type: NullableSingle
A float value between 0.0 (no pressure) and 1.0 (maximum pressure) or null if not supported.
Remarks
Can be null if force detection is not supported.
See Also