ArcadeStick.IsWireless Property

Definition

Gets a value that indicates the wireless state of the arcade stick.

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

Property Value

Boolean

bool

True if the arcade stick is wireless. Otherwise, false.

Implements

Applies to