Gamepad.Headset Property

Definition

The audio headset attached to the gamepad.

public:
 property Headset ^ Headset { Headset ^ get(); };
Headset Headset();
public Headset Headset { get; }
var headset = gamepad.headset;
Public ReadOnly Property Headset As Headset

Property Value

The audio headset attached to the gamepad.

Implements

Applies to

See also