mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-05 15:58:38 +07:00
Using mobile panel to open chat box will set keyboard focus
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user