IForceFeedbackEffect
IForceFeedbackEffect
IForceFeedbackEffect
IForceFeedbackEffect
Interface
Definition
Describes a force feedback effect.
public : interface IForceFeedbackEffectpublic interface IForceFeedbackEffectPublic Interface IForceFeedbackEffect// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Properties
Gain Gain Gain Gain
Specifies the percentage by which to reduce the force of the effect.
public : double Gain { get; set; }public double Gain { get; set; }Public ReadWrite Property Gain As double// You can use this property in JavaScript.
- Value
- double double double double
Specifies the percentage by which to reduce the force of the effect.
State State State State
The state of the effect.
public : ForceFeedbackEffectState State { get; }public ForceFeedbackEffectState State { get; }Public ReadOnly Property State As ForceFeedbackEffectState// You can use this property in JavaScript.
- Value
- ForceFeedbackEffectState ForceFeedbackEffectState ForceFeedbackEffectState ForceFeedbackEffectState
The state of the effect.
Methods
Start() Start() Start() Start()
Starts the effect.
public : void Start()public void Start()Public Function Start() As void// You can use this method in JavaScript.