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.