Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    InputEvent Class

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

    An event that was generated from an IInputDevice

    System.Object → InputEvent
    Derived from InputEvent: AxisEvent ButtonEvent GameControllerDirectionEvent MouseWheelEvent PointerEvent TextInputEvent

    public abstract class InputEvent : IInputEventArgs
    Name Description
    Properties
    Device

    The device that sent this event

    | Improve this Doc View Source

    Properties


    Device

    The device that sent this event

    public IInputDevice Device { get; protected set; }
    Property Value
    Type Description
    IInputDevice

    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