IMixedRealityBaseInputHandler Interface

Definition

Base interface for all input handlers. This allows us to use ExecuteEvents.ExecuteHierarchy<IMixedRealityBaseInputHandler> to send an event to all input handling interfaces.

public interface class IMixedRealityBaseInputHandler : UnityEngine::EventSystems::IEventSystemHandler
public interface IMixedRealityBaseInputHandler : UnityEngine.EventSystems.IEventSystemHandler
type IMixedRealityBaseInputHandler = interface
    interface IEventSystemHandler
Public Interface IMixedRealityBaseInputHandler
Implements IEventSystemHandler
Derived
Implements
UnityEngine.EventSystems.IEventSystemHandler

Applies to