GazeDevicePreview.CanTrackEyes 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 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.