WindowsMixedRealityEyeGazeDataProvider.OnSaccadeX Event
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
Register for this provider's SaccadeProvider's actions instead
Triggered when user is saccading horizontally across the view (jumping quickly with their eye gaze above a certain threshold in visual angles).
public:
virtual event Action ^ OnSaccadeX;
[System.Obsolete("Register for this provider's SaccadeProvider's actions instead")]
public event Action OnSaccadeX;
[<System.Obsolete("Register for this provider's SaccadeProvider's actions instead")>]
member this.OnSaccadeX : Action
Public Event OnSaccadeX As Action
Event Type
Implements
- Attributes