GamePadIndexChangedEventArgs Class
Namespace: Stride.InputAssembly: Stride.Input.dll
Event for when a IGamePadDevice's index changed
System.Object → System.EventArgs →
GamePadIndexChangedEventArgs
Derived from GamePadIndexChangedEventArgs:
public class GamePadIndexChangedEventArgs : EventArgs
| Name | Description | |
|---|---|---|
| Fields | ||
| Index | New device index |
|
| IsDeviceSideChange | if |
|
Fields
Index
New device index
public int Index
Field Value
| Type | Description |
|---|---|
| System.Int32 |
IsDeviceSideChange
if true, this change was initiate by the device
public bool IsDeviceSideChange
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Inherited Members
System.EventArgs.Empty