Share via


SpatialInteractionControllerProperties.IsTouchpadTouched Property

Definition

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.

Applies to