imgui-java icon indicating copy to clipboard operation
imgui-java copied to clipboard

Bug: setFullScreen does not work

Open phraktle opened this issue 1 year ago • 1 comments

Version

1.86.10

What happened?

Setting config.setFullScreen(true) does not seem to work – there's no window showing up at all in this case. Tested on Mac OS Ventura 13.41.

Reproduction

    @Override
    protected void configure(Configuration config) {
        config.setFullScreen(true);
        // ...
    }

Relevant log output

No response

phraktle avatar Jul 05 '23 19:07 phraktle

Thanks for the report. The problem is in that code https://github.com/SpaiR/imgui-java/blob/main/imgui-app/src/main/java/imgui/app/Window.java#L100-L104 Will be addressed in the near future 👍

SpaiR avatar Jul 06 '23 07:07 SpaiR