v0.9.3: long press now defaults to .5s and uses Android accessibility

This commit is contained in:
Evan Debenham
2021-04-27 18:30:01 -04:00
parent 678efdbba3
commit 5f45faaa30
2 changed files with 5 additions and 1 deletions

View File

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