Jan Risse
Jan Risse
The workaround I ended up using is just adding the file chooser to the next stage in its constructor, which has the added cool effect of it seeming to persist...
I'm not very familiar with GWT. If you know what needs to be changed, feel free to submit a pull request. If not, but you have the error logs you...
I'm not home currently, but I'll review this when I'm back (within a week). Thanks for the PR!
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...
You can also use the annotations for setting command information. See [here](https://github.com/StrongJoshua/libgdx-inGameConsole/blob/master/test/tests/Box2DTest.java#L278).
Could you provide an example? Maybe there's a way I can fix it.
That sounds useful! If you have the time, you can submit a pull request yourself, otherwise I will try to get to it soon.