mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-02-01 02:14:32 +07:00
Using mobile panel to open chat box will set keyboard focus
This commit is contained in:
parent
07eab3a052
commit
656f40742f
@ -47,6 +47,7 @@ public class MobilePanel extends Table implements Disposable {
|
||||
|
||||
} else if (actor == btnMessages) {
|
||||
gameScreen.input.setVisible(!gameScreen.input.isVisible());
|
||||
gameScreen.input.getStage().setKeyboardFocus(gameScreen.input);
|
||||
} else if (actor == btnQuests) {
|
||||
|
||||
} else if (actor == btnEscapeMenu) {
|
||||
|
Loading…
Reference in New Issue
Block a user