IMixedRealityInputSystem.RaisePointerClicked 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.
Raise the pointer clicked event.
public void RaisePointerClicked(Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer pointer, Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction inputAction, int count, Microsoft.MixedReality.Toolkit.Utilities.Handedness handedness = Microsoft.MixedReality.Toolkit.Utilities.Handedness.None, Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource inputSource = default);abstract member RaisePointerClicked : Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer * Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction * int * Microsoft.MixedReality.Toolkit.Utilities.Handedness * Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource -> unitPublic Sub RaisePointerClicked (pointer As IMixedRealityPointer, inputAction As MixedRealityInputAction, count As Integer, Optional handedness As Handedness = Microsoft.MixedReality.Toolkit.Utilities.Handedness.None, Optional inputSource As IMixedRealityInputSource = Nothing)Parameters
- pointer
- IMixedRealityPointer
- inputAction
- MixedRealityInputAction
- count
- Int32
- handedness
- Handedness
- inputSource
- IMixedRealityInputSource