(float x, float y, int count)
| 92 | } |
| 93 | |
| 94 | @Override |
| 95 | public boolean tap(float x, float y, int count) { |
| 96 | if (autoHide()) { |
| 97 | hide(); //hide when tapped by default if configured for auto-hide |
| 98 | } |
| 99 | return true; |
| 100 | } |
| 101 | |
| 102 | @Override |
| 103 | public boolean longPress(float x, float y) { |