Based in the Calibration function example i added a button and created the constructor like this..
private void btnMouse_Click(object sender, RoutedEventArgs e)
{
TETControls.Cursor.CursorControl conCursor = new TETControls.Cursor.CursorControl(Screen.PrimaryScreen, false, false);
conCursor.OnGazeUpdate(####);
}
I don´t know if im in the rigth way, i would like to ask if someone has a example with the move of the cursor implemented or tell me the way to do it.. Thanks
