コード例 #1
0
 /// <summary>
 ///     Creates a new instance.
 ///     Note: don't create instances of this class directly. Use the <see cref="TobiiHost.GetGazePointDataProvider" />
 ///     method instead.
 /// </summary>
 /// <param name="eyeTrackingHost">Eye Tracking Host.</param>
 public GazePointDataProvider(ITobiiHost tobiiHost)
 {
     _tobiiHost = tobiiHost;
     Last       = global::Tobii.Framework.GazePoint.Invalid;
 }
コード例 #2
0
 /// <summary>
 /// Creates a new instance.
 /// Note: don't create instances of this class directly. Use the <see cref="TobiiHost.GetGazePointDataProvider"/> method instead.
 /// </summary>
 /// <param name="eyeTrackingHost">Eye Tracking Host.</param>
 public GazePointDataProvider(ITobiiHost tobiiHost)
 {
     _tobiiHost = tobiiHost;
     Last       = GazePoint.Invalid;
 }