mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-21 20:18:14 +07:00
Tapping skill button when SpellsQuickPanel is visible will hide it
This commit is contained in:
parent
6734c9a614
commit
ef8f298f92
@ -95,7 +95,7 @@ public class MobileControls extends WidgetGroup implements Disposable {
|
||||
|
||||
@Override
|
||||
public void tap(InputEvent event, float x, float y, int count, int button) {
|
||||
//...
|
||||
gameScreen.spellsQuickPanelR.setVisible(false);
|
||||
}
|
||||
};
|
||||
gestureListener.getGestureDetector().setLongPressSeconds(0.5f);
|
||||
|
Loading…
Reference in New Issue
Block a user