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