I was wondering. Is there a Class I can use that help me to figure out if I am running my game on desktop or on my Android or iOS device?
Just used google. Took 30 seconds
CopyableCougar4
if(Gdx.app.getType() == ApplicationType.android){}
I think… it’s something like that.
It is exactly this.
Shweeeet. Thanks for confirmation!
I mean that’s exactly what cougar’s link said…
Yea, I just noticed that. Oh well, hopefully OP found his solution. I’m guessing so considering no replies…
Seems like it.
No reply because of afk for 24 hours.
Thanks a lot
Thanks for the update. Glad to know you’ve got it working.