Increase the time allowed for a double click to activate the stick button

This commit is contained in:
Cameron Gutman 2016-01-20 00:28:33 -05:00
parent 6d45ad7fe8
commit 52736f5162

View File

@ -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