Skip to content

Commit

Permalink
Remove delay during click.
Browse files Browse the repository at this point in the history
Delay breaks click/tap recognition for some custom controls.
  • Loading branch information
Nick Abalov authored and Nick Abalov committed Sep 3, 2015
1 parent 9a55686 commit 25b58dd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ public void LeftButtonClick(Point? point = null)
}

this.LeftButtonDown();
Thread.Sleep(250);
this.LeftButtonUp();
}

Expand Down

0 comments on commit 25b58dd

Please sign in to comment.