Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    IInputEventListener<TEventType> Interface

    Namespace: Stride.Input
    Assembly: Stride.Input.dll

    Interface for classes that want to listen to input event of a certain type

    public interface IInputEventListener<TEventType> : IInputEventListener where TEventType : InputEvent
    Type Parameters
    Name Description
    TEventType

    The type of InputEvent that will be sent to this event listener

    Name Description
    Methods
    ProcessEvent(TEventType)

    Processes a new input event

    | Improve this Doc View Source

    Methods


    ProcessEvent(TEventType)

    Processes a new input event

    void ProcessEvent(TEventType inputEvent)
    Parameters
    Type Name Description
    TEventType inputEvent

    the input event


    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation