ConditionForceEffectKind ConditionForceEffectKind ConditionForceEffectKind ConditionForceEffectKind Enum

Definition

The type of the force feedback effect.

public : enum class ConditionForceEffectKindpublic enum ConditionForceEffectKindPublic Enum ConditionForceEffectKind// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Fields

Damper Damper Damper Damper

The force increases in proportion to the velocity with which the user moves the axis.

Friction Friction Friction Friction

The force is applied when the axis is moved and depends on the defined friction coefficient.

Inertia Inertia Inertia Inertia

The force increases in proportion to the acceleration of the axis.

Spring Spring Spring Spring

The force increases in proportion to the distance of the axis from a defined neutral point.