mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-12 19:06:11 +00:00
Increase the movement threshold to improve click success rate
This commit is contained in:
@@ -13,7 +13,7 @@ public class TouchContext {
|
||||
private NvConnection conn;
|
||||
private int actionIndex;
|
||||
|
||||
private static final int TAP_MOVEMENT_THRESHOLD = 5;
|
||||
private static final int TAP_MOVEMENT_THRESHOLD = 15;
|
||||
private static final int TAP_TIME_THRESHOLD = 500;
|
||||
|
||||
public TouchContext(NvConnection conn, int actionIndex)
|
||||
|
||||
Reference in New Issue
Block a user