Hello, im diego, im a student and im working with some devices, just started with this one so i downloaded the examples and tried to add a button in the calibration sample so i could move the mouse with eyes when i press it the first time.
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