IMixedRealityInputActionHandler.OnActionStarted(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 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