InputHapticsManager.TryStopFeedback Method
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.
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
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