Example #1
0
 static void CalibrateAction(object o)
 {
     GazePointer.LaunchRecalibration();
 }
Example #2
0
 private void CalibrateButton_OnClick(object sender, RoutedEventArgs e)
 {
     GazePointer.LaunchRecalibration();
 }