GazeDevicePreview.ConfigurationState Property

Definition

Gets the configuration state of the eye-tracking device.

public:
 property GazeDeviceConfigurationStatePreview ConfigurationState { GazeDeviceConfigurationStatePreview get(); };
GazeDeviceConfigurationStatePreview ConfigurationState();
public GazeDeviceConfigurationStatePreview ConfigurationState { get; }
var gazeDeviceConfigurationStatePreview = gazeDevicePreview.configurationState;
Public ReadOnly Property ConfigurationState As GazeDeviceConfigurationStatePreview

Property Value

The congiguration state.

Remarks

Use this property to confirm that the eye-tracking device is calibrated and ready to send gaze input events and data.

Applies to

See also