IGameController.IsWireless Property

Definition

Gets a value that indicates the wireless state of the gamepad.

public:
 property bool IsWireless { bool get(); };
bool IsWireless();
public bool IsWireless { get; }
var boolean = iGameController.isWireless;
Public ReadOnly Property IsWireless As Boolean

Property Value

Boolean

bool

True if the gamepad is wireless. Otherwise, false.

Applies to