PeriodicForceEffectKind
PeriodicForceEffectKind
PeriodicForceEffectKind
PeriodicForceEffectKind
Enum
Definition
The type of the periodic force feedback effect.
public : enum class PeriodicForceEffectKindpublic enum PeriodicForceEffectKindPublic Enum PeriodicForceEffectKind// 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
| SawtoothWaveDown SawtoothWaveDown SawtoothWaveDown SawtoothWaveDown | The waveform rises vertically after it reaches maximum negative force. |
| SawtoothWaveUp SawtoothWaveUp SawtoothWaveUp SawtoothWaveUp | The waveform drops vertically after it reaches maximum positive force. |
| SineWave SineWave SineWave SineWave | The waveform is a sine wave. |
| SquareWave SquareWave SquareWave SquareWave | The waveform is a square. |
| TriangleWave TriangleWave TriangleWave TriangleWave | The waveform is a triangle. |