DeviceChangedEventArgs Class
Namespace: Stride.InputAssembly: 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 |
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