We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Class BaseInputHandler

    Base class for the Mixed Reality Toolkit's SDK input handlers.

    Inheritance
    Object
    InputSystemGlobalHandlerListener
    BaseInputHandler
    DictationHandler
    InputActionHandler
    PointerClickHandler
    PointerHandler
    SpeechInputHandler
    Inherited Members
    InputSystemGlobalHandlerListener.InputSystem
    InputSystemGlobalHandlerListener.EnsureInputSystemValid()
    InputSystemGlobalHandlerListener.RegisterHandlers()
    InputSystemGlobalHandlerListener.UnregisterHandlers()
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class BaseInputHandler : InputSystemGlobalHandlerListener

    Properties

    IsFocusRequired

    Is Focus required to receive input events on this GameObject?

    Declaration
    public virtual bool IsFocusRequired { get; protected set; }
    Property Value
    Type Description
    Boolean

    Methods

    OnDisable()

    Declaration
    protected override void OnDisable()
    Overrides
    InputSystemGlobalHandlerListener.OnDisable()

    OnEnable()

    Declaration
    protected override void OnEnable()
    Overrides
    InputSystemGlobalHandlerListener.OnEnable()

    Start()

    Declaration
    protected override void Start()
    Overrides
    InputSystemGlobalHandlerListener.Start()

    Update()

    Declaration
    protected virtual void Update()
    Back to top Generated by DocFX