Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    DeviceChangedEventArgs Class

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

    An event used when a device was changed

    System.Object → System.EventArgs → DeviceChangedEventArgs
    Derived from DeviceChangedEventArgs:

    public class DeviceChangedEventArgs : EventArgs
    Name Description
    Fields
    Device

    The device that changed

    Source

    The input source this device belongs to

    Type

    The type of change that happened

    | Improve this Doc View Source

    Fields


    Device

    The device that changed

    public IInputDevice Device
    Field Value
    Type Description
    IInputDevice

    Source

    The input source this device belongs to

    public IInputSource Source
    Field Value
    Type Description
    IInputSource

    Type

    The type of change that happened

    public DeviceChangedEventType Type
    Field Value
    Type Description
    DeviceChangedEventType

    Inherited Members

    System.EventArgs.Empty

    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