GazeHandHelper.RemoveSource 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.
Overloads
RemoveSource(InputEventData) |
This function must be called from the OnInputUp handler in a script implementing the IMixedRealityInputHandler<T>. |
RemoveSource(SourceStateEventData) |
This function must be called from the OnSourceLost handler in a script implementing the IMixedRealitySourceStateHandler interface. |
RemoveSource(InputEventData)
This function must be called from the OnInputUp handler in a script implementing the IMixedRealityInputHandler<T>.
public:
void RemoveSource(Microsoft::MixedReality::Toolkit::Input::InputEventData ^ eventData);
public void RemoveSource (Microsoft.MixedReality.Toolkit.Input.InputEventData eventData);
member this.RemoveSource : Microsoft.MixedReality.Toolkit.Input.InputEventData -> unit
Public Sub RemoveSource (eventData As InputEventData)
Parameters
- eventData
- InputEventData
he InputEventData argument 'eventData' is passed through to GazeHandHelper
Applies to
RemoveSource(SourceStateEventData)
This function must be called from the OnSourceLost handler in a script implementing the IMixedRealitySourceStateHandler interface.
public:
void RemoveSource(Microsoft::MixedReality::Toolkit::Input::SourceStateEventData ^ eventData);
public void RemoveSource (Microsoft.MixedReality.Toolkit.Input.SourceStateEventData eventData);
member this.RemoveSource : Microsoft.MixedReality.Toolkit.Input.SourceStateEventData -> unit
Public Sub RemoveSource (eventData As SourceStateEventData)
Parameters
- eventData
- SourceStateEventData