EyesPose.IsSupported Method

Definition

Gets whether eye gaze is supported by the current headset.

public:
 static bool IsSupported();
 static bool IsSupported();
public static bool IsSupported();
function isSupported()
Public Shared Function IsSupported () As Boolean

Returns

Boolean

bool

Whether eye gaze is supported.

Windows requirements

App capabilities
gazeInput

Remarks

If eye gaze is not supported, the SpatialPointerPose.Eyes property will return null.

Applies to