示例#1
0
 public void FastestDwellTime()
 {
     GazeInput.SetFixationDuration(KeyGrid, new TimeSpan(0, 0, 0, 0, 10));
     GazeInput.SetDwellDuration(KeyGrid, new TimeSpan(0, 0, 0, 0, 0));
 }
示例#2
0
 public void SlowDwellTime()
 {
     GazeInput.SetFixationDuration(KeyGrid, new TimeSpan(0, 0, 0, 0, 200));
     GazeInput.SetDwellDuration(KeyGrid, new TimeSpan(0, 0, 0, 0, 200));
 }