TouchScrollSettingsBreakingCoefficient2 Property
Gets or sets a coefficient 2 for breaking formula.
Namespace: BeeMobile.iWheelAssembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
public float BreakingCoefficient2 { get; set; }
Public Property BreakingCoefficient2 As Single
Get
Set
Property Value
Single
The breaking formula is a mathematical function with increasing slope (positive first derivative) used
to compute the amount of pixels to scroll a
Cylinder after each iteration. When the user flicks
the mouse (or finger) across the cylinder (upwards or downwards), the Cylinder will start scrolling
gradually slowing down until it stops. The pace at which the slowing down takes places is determined by
mathematical formula: y(x) =
BreakingCoefficient2 * x +
BreakingCoefficient2.