You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, I'd like to pause my game while the console is open. Can we perhaps get an empty protected method in CommandExecutor that gets called when the console is opened or closed? If this is of interest, I could create a PR
The text was updated successfully, but these errors were encountered:
You could hack this by creating your input multiplexer on top of the Console's one, then on receiving the open/close key event, first pause the game, then let the event propagate to the console. I haven't tested this, and it would be a bit hacky, but could be a good interim solution. However, I'm not opposed to a hook of sorts for console events.
Basically, I'd like to pause my game while the console is open. Can we perhaps get an empty protected method in CommandExecutor that gets called when the console is opened or closed? If this is of interest, I could create a PR
The text was updated successfully, but these errors were encountered: