UbuLin
UbuLin

Reputation: 41

How do I call a method in LibGDX in the "AndroidLauncher" class?

Is there a possibility in LibGDX to call methods in the "AndroidLauncher" class, have tried quite a lot but it does not go. I hope someone can give me an answer.

Bye

Upvotes: 1

Views: 406

Answers (1)

AAryan
AAryan

Reputation: 20140

Hopefully you're trying to call method of AndroidLauncher class which is in android module.

You can do this by interfacing, try this

https://github.com/libgdx/libgdx/wiki/Interfacing-with-platform-specific-code

Upvotes: 2

Related Questions