PeriodicForceEffectKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of the periodic force feedback effect.
public enum class PeriodicForceEffectKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class PeriodicForceEffectKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum PeriodicForceEffectKind
var value = Windows.Gaming.Input.ForceFeedback.PeriodicForceEffectKind.squareWave
Public Enum PeriodicForceEffectKind
- Inheritance
-
PeriodicForceEffectKind
- Attributes
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
Fields
Name | Value | Description |
---|---|---|
SquareWave | 0 | The waveform is a square. |
SineWave | 1 | The waveform is a sine wave. |
TriangleWave | 2 | The waveform is a triangle. |
SawtoothWaveUp | 3 | The waveform drops vertically after it reaches maximum positive force. |
SawtoothWaveDown | 4 | The waveform rises vertically after it reaches maximum negative force. |