RawGameController.IsWireless Property

Definition

Gets a value that indicates the wireless state of the raw game controller.

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

Property Value

Boolean

bool

True if the raw game controller is wireless. Otherwise, false.

Implements

Applies to