SpatialInteractionControllerProperties.IsTouchpadTouched 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 a motion controller is experiencing a touchpad touch.
public:
property bool IsTouchpadTouched { bool get(); };
bool IsTouchpadTouched();
public bool IsTouchpadTouched { get; }
var boolean = spatialInteractionControllerProperties.isTouchpadTouched;
Public ReadOnly Property IsTouchpadTouched As Boolean
Property Value
Boolean
bool
Whether the source is experiencing a touchpad touch.
Remarks
A touchpad touch represents the user's finger being in contact with the touchpad.
Inspect TouchpadX and TouchpadY to determine where the user's finger is contacting the touchpad.