RacingWheel.IsWireless Property

Definition

Gets a value that indicates the wireless state of the racing wheel.

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

Property Value

Boolean

bool

True if the gamepad is wireless. Otherwise, false.

Implements

Applies to