GazeDevicePreview.CanTrackEyes Property

Definition

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

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

Property Value

Boolean

bool

True, if the device can track the user's eyes; 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