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