Enum GamepadStatus
The gamepad statuses.
Namespace: Phoenix.Input
Assembly: Phoenix.Abstractions.Input.dll
Syntax
public enum GamepadStatus
Fields
Name | Description |
---|---|
Connected | The gamepad is connected. |
Disconnected | The gamepad is disconnected. |
Pending | The gamepad is pending and is about to attempt connection. |
Reconnecting | The gamepad is reconnecting after getting disconnected unexpectedly. |