mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-19 19:13:03 +00:00
Increase the time allowed for a double click to activate the stick button
This commit is contained in:
parent
6d45ad7fe8
commit
52736f5162
@ -33,7 +33,7 @@ public class AnalogStick extends VirtualControllerElement {
|
||||
/**
|
||||
* 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user