TouchPointTangentialPressure Property |
Version 88.2.90
The normalized tangential pressure, which has a range of [-1,1] (default: 0).
Namespace:
CefSharp.DevTools.Input
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public Nullable<long> TangentialPressure { get; set; }
public:
property Nullable<long long> TangentialPressure {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
Property Value
Type:
NullableInt64See Also