GazeConePointer.RaisePointerDown 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.
Press this pointer. This sends a pointer down event across the input system.
public void RaisePointerDown (Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction mixedRealityInputAction, Microsoft.MixedReality.Toolkit.Utilities.Handedness handedness = Microsoft.MixedReality.Toolkit.Utilities.Handedness.None, Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource inputSource = default);
member this.RaisePointerDown : Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction * Microsoft.MixedReality.Toolkit.Utilities.Handedness * Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputSource -> unit
Public Sub RaisePointerDown (mixedRealityInputAction As MixedRealityInputAction, Optional handedness As Handedness = Microsoft.MixedReality.Toolkit.Utilities.Handedness.None, Optional inputSource As IMixedRealityInputSource = Nothing)
Parameters
- mixedRealityInputAction
- MixedRealityInputAction
The input action that corresponds to the pressed button or axis.
- handedness
- Handedness
Optional handedness of the source that pressed the pointer.
- inputSource
- IMixedRealityInputSource