EyeGazeSmoother.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.
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;
member this.OnSaccadeY : Action
Public Event OnSaccadeY As Action