InputHapticsManager.CurrentHapticsController Property
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.
Gets the SimpleHapticsController object for the input device that most recently delivered input to the thread (or the controller set by SetOverrideHapticsController if an override is active).
public:
property SimpleHapticsController ^ CurrentHapticsController { SimpleHapticsController ^ get(); };
SimpleHapticsController CurrentHapticsController();
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
SimpleHapticsController CurrentHapticsController();
public SimpleHapticsController CurrentHapticsController { get; }
[Windows.Foundation.Metadata.Experimental]
public SimpleHapticsController CurrentHapticsController { [Windows.Foundation.Metadata.Experimental] get; }
var simpleHapticsController = inputHapticsManager.currentHapticsController;
Public ReadOnly Property CurrentHapticsController As SimpleHapticsController
Property Value
The SimpleHapticsController for the most recent input device, or null if the device does not support haptics or no input has been received recently and no override has been set recently.
- Attributes