InputActionHandler.OnInputActionStarted Field
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.
Unity event raised on action start, e.g. button pressed or gesture started. Includes the input event that triggered the action.
public: Microsoft::MixedReality::Toolkit::Input::InputActionUnityEvent ^ OnInputActionStarted;
public Microsoft.MixedReality.Toolkit.Input.InputActionUnityEvent OnInputActionStarted;
val mutable OnInputActionStarted : Microsoft.MixedReality.Toolkit.Input.InputActionUnityEvent
Public OnInputActionStarted As InputActionUnityEvent