IMixedRealityInputActionHandler.OnActionStarted(BaseInputEventData) Method

Definition

Received on action start, e.g when a button is pressed or a gesture starts.

public:
 void OnActionStarted(Microsoft::MixedReality::Toolkit::Input::BaseInputEventData ^ eventData);
public void OnActionStarted (Microsoft.MixedReality.Toolkit.Input.BaseInputEventData eventData);
abstract member OnActionStarted : Microsoft.MixedReality.Toolkit.Input.BaseInputEventData -> unit
Public Sub OnActionStarted (eventData As BaseInputEventData)

Parameters

eventData
BaseInputEventData

Input event that triggered the action

Applies to