mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-18 22:40:00 +00:00
Increase the time allowed for a double click to activate the stick button
This commit is contained in:
@@ -33,7 +33,7 @@ public class AnalogStick extends VirtualControllerElement {
|
|||||||
/**
|
/**
|
||||||
* time frame for a double click
|
* time frame for a double click
|
||||||
*/
|
*/
|
||||||
public final static long timeoutDoubleClick = 250;
|
public final static long timeoutDoubleClick = 350;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* touch down time until the deadzone is lifted to allow precise movements with the analog sticks
|
* touch down time until the deadzone is lifted to allow precise movements with the analog sticks
|
||||||
|
|||||||
Reference in New Issue
Block a user