Table of Contents

Class GamePadIndexChangedEventArgs

Namespace
Stride.Input
Assembly
Stride.Input.dll

Event for when a IGamePadDevice's index changed

public class GamePadIndexChangedEventArgs : EventArgs
Inheritance
GamePadIndexChangedEventArgs
Inherited Members

Fields

Index

New device index

public int Index

Field Value

int

IsDeviceSideChange

if true, this change was initiate by the device

public bool IsDeviceSideChange

Field Value

bool