SpatialInteractionControllerProperties.IsTouchpadPressed 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 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.