GazeDevicePreview.CanTrackHead Property

Definition

Gets whether the eye-tracking device can detect and track the user's head.

public:
 property bool CanTrackHead { bool get(); };
bool CanTrackHead();
public bool CanTrackHead { get; }
var boolean = gazeDevicePreview.canTrackHead;
Public ReadOnly Property CanTrackHead As Boolean

Property Value

Boolean

bool

True, if the device can track the user's head; otherwise, false.

Remarks

At this time, no eye-tracking devices report head position, orientation, and movement data. See Get started with eye control in Windows 10 for a list of supported eye-tracking devices.

Applies to

See also