InputHapticsManager.TryStopFeedback Method

Definition

Attempts to stop any ongoing haptic playback on the input device that most recently received a haptic waveform from the manager.

public:
 virtual bool TryStopFeedback() = TryStopFeedback;
bool TryStopFeedback();
/// [Windows.Foundation.Metadata.Experimental]
bool TryStopFeedback();
public bool TryStopFeedback();
[Windows.Foundation.Metadata.Experimental]
public bool TryStopFeedback();
function tryStopFeedback()
Public Function TryStopFeedback () As Boolean

Returns

Boolean

bool

true if feedback was successfully stopped; false if no devices have been sent waveforms, a request to stop feedback had already been made for the device, or the request to stop feedback failed.

Attributes

Applies to

See also