GazePointPreview.SourceDevice 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 information about the eye-tracking device associated with the gaze input.
public:
property GazeDevicePreview ^ SourceDevice { GazeDevicePreview ^ get(); };
GazeDevicePreview SourceDevice();
public GazeDevicePreview SourceDevice { get; }
var gazeDevicePreview = gazePointPreview.sourceDevice;
Public ReadOnly Property SourceDevice As GazeDevicePreview
Property Value
A reference to the eye-tracking device.