mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-17 06:10:58 +00:00
More tap threshold tuning
This commit is contained in:
@@ -13,8 +13,8 @@ public class TouchContext {
|
|||||||
private NvConnection conn;
|
private NvConnection conn;
|
||||||
private int actionIndex;
|
private int actionIndex;
|
||||||
|
|
||||||
private static final int TAP_MOVEMENT_THRESHOLD = 15;
|
private static final int TAP_MOVEMENT_THRESHOLD = 10;
|
||||||
private static final int TAP_TIME_THRESHOLD = 500;
|
private static final int TAP_TIME_THRESHOLD = 250;
|
||||||
|
|
||||||
public TouchContext(NvConnection conn, int actionIndex)
|
public TouchContext(NvConnection conn, int actionIndex)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user