PrefabSpawner.IMixedRealityInputHandler.OnInputUp(InputEventData) 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.
Input Up updates from Interactions, Keys, or any other simple input.
virtual void Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputHandler.OnInputUp(Microsoft::MixedReality::Toolkit::Input::InputEventData ^ eventData) = Microsoft::MixedReality::Toolkit::Input::IMixedRealityInputHandler::OnInputUp;
void IMixedRealityInputHandler.OnInputUp (Microsoft.MixedReality.Toolkit.Input.InputEventData eventData);
abstract member Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputHandler.OnInputUp : Microsoft.MixedReality.Toolkit.Input.InputEventData -> unit
override this.Microsoft.MixedReality.Toolkit.Input.IMixedRealityInputHandler.OnInputUp : Microsoft.MixedReality.Toolkit.Input.InputEventData -> unit
Sub OnInputUp (eventData As InputEventData) Implements IMixedRealityInputHandler.OnInputUp
Parameters
- eventData
- InputEventData