Beispiel #1
0
 private void StopBut_Click(object sender, EventArgs e)
 {
     // stop timer to track mouse cursor
     CoordinateUpdateTimer.Stop();
 }
Beispiel #2
0
 bool StopFindCoordsHotKeyPressed(KeyEventArgs kea)
 {
     // stop timer to track mouse cursor
     CoordinateUpdateTimer.Stop();
     return(true);
 }
Beispiel #3
0
 private void FindBut_Click(object sender, EventArgs e)
 {
     // start timer to track mouse cursor
     CoordinateUpdateTimer.Start();
 }