PhysicalPressEventRouter.OnHandPressTouched 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 TouchBegin event is invoked within the default PressableButton and PressableButtonHoloLens2 components. When the physical touch with a hand has begun, set physical touch state within Interactable.
public:
void OnHandPressTouched();
public void OnHandPressTouched ();
member this.OnHandPressTouched : unit -> unit
Public Sub OnHandPressTouched ()