Controller |
public sealed class ControllerStatusChangedEventArgs : EventArgs
The ControllerStatusChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ControllerStatusChangedEventArgs | Constructor. |
| Name | Description | |
|---|---|---|
| controller | The Controller. This will be null if the Controller was already disconnected. | |
| controllerId | The id of the controller. This can be used along with controllerType to get the controller. For joysticks, this is equal to Joystick.id. | |
| controllerType | The type of the controller. This can be used along with controllerId to get the controller. | |
| name | The name of the controller. |