IGameController.IsWireless Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.