GazeDeviceConfigurationStatePreview Enum
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.
Specifies the possible configuration states of an eye-tracking device.
public enum class GazeDeviceConfigurationStatePreview
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class GazeDeviceConfigurationStatePreview
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum GazeDeviceConfigurationStatePreview
var value = Windows.Devices.Input.Preview.GazeDeviceConfigurationStatePreview.unknown
Public Enum GazeDeviceConfigurationStatePreview
- Inheritance
-
GazeDeviceConfigurationStatePreview
- Attributes
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v6.0)
|
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The eye-tracker device state is unknown. Calibration might resolve this state. |
Ready | 1 | The eye-tracker device is ready to start eye and head tracking. |
Configuring | 2 | The eye-tracker device is currently being configured. |
ScreenSetupNeeded | 3 | The display device is not configured correctly. Calibration might resolve this state. |
UserCalibrationNeeded | 4 | The eye-tracker device needs to be calibrated. |
Remarks
Use these values to confirm that the eye-tracking device is calibrated and ready to send gaze input events and data.