IMixedRealityInputActionHandler.OnActionEnded(BaseInputEventData) 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.
Received on action end, e.g when a button is released or a gesture completed.
public:
void OnActionEnded(Microsoft::MixedReality::Toolkit::Input::BaseInputEventData ^ eventData);
public void OnActionEnded (Microsoft.MixedReality.Toolkit.Input.BaseInputEventData eventData);
abstract member OnActionEnded : Microsoft.MixedReality.Toolkit.Input.BaseInputEventData -> unit
Public Sub OnActionEnded (eventData As BaseInputEventData)
Parameters
- eventData
- BaseInputEventData
Input event that triggered the action