InputSimulationService.SimulateEyePosition 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.
Caution
Check the EyeGazeSimulationMode instead
If true then camera forward direction is used to simulate eye tracking data.
public:
property bool SimulateEyePosition { bool get(); void set(bool value); };
[System.Obsolete("Check the EyeGazeSimulationMode instead")]
public bool SimulateEyePosition { get; set; }
[<System.Obsolete("Check the EyeGazeSimulationMode instead")>]
member this.SimulateEyePosition : bool with get, set
Public Property SimulateEyePosition As Boolean
Property Value
- Attributes