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

Use gdx ClassReflection methods so inGameConsole can be used with gwt backend #59

Closed 6money closed 2 years ago

6money commented 2 years ago

Refactors changes for visui compatibility to use methods from the com.badlogic.gdx.utils.reflect.ClassReflection class to make inGameConsole compatible with the libgdx gwt backend again.

Resolves issue #52