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