Share via


RawGameController.Headset Property

Definition

The audio headset attached to the raw game controller.

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

Property Value

The audio headset attached to the raw game controller.

Implements

Remarks

See Headset for information about programming for headsets.

Applies to

See also