We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.86.10
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.
config.setFullScreen(true)
@Override protected void configure(Configuration config) { config.setFullScreen(true); // ... }
No response
The text was updated successfully, but these errors were encountered:
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 👍
Sorry, something went wrong.
No branches or pull requests
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
Relevant log output
No response
The text was updated successfully, but these errors were encountered: