v0.9.3: long press now defaults to .5s and uses Android accessibility
This commit is contained in:
@@ -31,7 +31,7 @@ import com.watabou.utils.Signal;
|
||||
|
||||
public class Button extends Component {
|
||||
|
||||
public static float longClick = 1f;
|
||||
public static float longClick = 0.5f;
|
||||
|
||||
protected PointerArea hotArea;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user