PhysicalPressEventRouter.OnHandPressTriggered Method
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 called when the ButtonPressed event is invoked within the default PressableButton and PressableButtonHoloLens2 components. When the physical press with a hand is triggered, set the physical touch and press state within Interactable.
public:
void OnHandPressTriggered();
public void OnHandPressTriggered ();
member this.OnHandPressTriggered : unit -> unit
Public Sub OnHandPressTriggered ()