We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde8ec8 commit 66eb890Copy full SHA for 66eb890
src/com/limelight/binding/input/TouchContext.java
@@ -13,8 +13,8 @@ public class TouchContext {
13
private NvConnection conn;
14
private int actionIndex;
15
16
- private static final int TAP_MOVEMENT_THRESHOLD = 15;
17
- private static final int TAP_TIME_THRESHOLD = 500;
+ private static final int TAP_MOVEMENT_THRESHOLD = 10;
+ private static final int TAP_TIME_THRESHOLD = 250;
18
19
public TouchContext(NvConnection conn, int actionIndex)
20
{
0 commit comments