mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
More tap threshold tuning
This commit is contained in:
parent
cde8ec8262
commit
66eb890462
@ -13,8 +13,8 @@ public class TouchContext {
|
||||
private NvConnection conn;
|
||||
private int actionIndex;
|
||||
|
||||
private static final int TAP_MOVEMENT_THRESHOLD = 15;
|
||||
private static final int TAP_TIME_THRESHOLD = 500;
|
||||
private static final int TAP_MOVEMENT_THRESHOLD = 10;
|
||||
private static final int TAP_TIME_THRESHOLD = 250;
|
||||
|
||||
public TouchContext(NvConnection conn, int actionIndex)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user