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

Changed some conditions in KeyListener so that the keys, the console … #13

Closed Silent-Bob closed 9 years ago

Silent-Bob commented 9 years ago

…uses, are only hogged when the console is not hidden.

Tested it locally, seems to work.

StrongJoshua commented 9 years ago

looks good, thanks :)