Table of Contents

Class DeviceChangedEventArgs

Namespace
Stride.Input
Assembly
Stride.Input.dll

An event used when a device was changed

public class DeviceChangedEventArgs : EventArgs
Inheritance
DeviceChangedEventArgs
Inherited Members

Fields

Device

The device that changed

public IInputDevice Device

Field Value

IInputDevice

Source

The input source this device belongs to

public IInputSource Source

Field Value

IInputSource

Type

The type of change that happened

public DeviceChangedEventType Type

Field Value

DeviceChangedEventType