SpatialInteractionControllerProperties.IsTouchpadPressed Property

Definition

Gets whether a motion controller is experiencing a touchpad press.

public:
 property bool IsTouchpadPressed { bool get(); };
bool IsTouchpadPressed();
public bool IsTouchpadPressed { get; }
var boolean = spatialInteractionControllerProperties.isTouchpadPressed;
Public ReadOnly Property IsTouchpadPressed As Boolean

Property Value

Boolean

bool

Whether the source is experiencing a touchpad press.

Remarks

A touchpad press represents the user clicking down on the touchpad.

Inspect TouchpadX and TouchpadY to determine where the user's finger is contacting the touchpad.

Applies to