mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-02-16 10:31:07 +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
|
||||
*/
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user