SpatialInteractionController.HasTouchpad 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 whether the motion controller has a touchpad.
public:
property bool HasTouchpad { bool get(); };
bool HasTouchpad();
public bool HasTouchpad { get; }
var boolean = spatialInteractionController.hasTouchpad;
Public ReadOnly Property HasTouchpad As Boolean
Property Value
Boolean
bool
Whether the controller has a touchpad.