StrongJoshua / libgdx-inGameConsole

A LibGdx library that allows a developer to add a console (similar to how it is featured in Source games) to their game.
https://www.strongjoshua.net/projects/games/libgdx-ingame-console
Apache License 2.0
131 stars 35 forks source link

Added additional getter to Console #41

Closed Blunderchips closed 6 years ago

Blunderchips commented 6 years ago

Added a getter for the console window. Returns the actual scene2d window After the toFront method.

This change should give users more control over the physical GUI window.

(Refer to: https://github.com/StrongJoshua/libgdx-inGameConsole/pull/39)

StrongJoshua commented 6 years ago

Missing the interface function reference, but I'll add it.