Quantcast
Channel: Question and Answer » libgdx
Viewing all articles
Browse latest Browse all 434

Setting resizable to false in LibGDX

$
0
0

I have a small working game prototype. I want to do something like

LwjglApplicationConfiguration cfg = new LwjglApplicationConfiguration();
cfg.resizable = false;

But I get “LwjglApplicationConfiguration cannot be resolved to a type”

What can I do? Or is there a different method?
Thanks.


Viewing all articles
Browse latest Browse all 434

Trending Articles