Skip to content
New issue

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

Support for fullscreen windowing #662

Closed
jeremymeadows opened this issue Aug 27, 2021 · 2 comments
Closed

Support for fullscreen windowing #662

jeremymeadows opened this issue Aug 27, 2021 · 2 comments
Labels
native-glium Relates to running egui_glium on native

Comments

@jeremymeadows
Copy link

It doesn't appear that egui has support for fullscreen windowing. You can remove window decorations and set the size to fill the whole screen, but that isn't a great solution.
I added a fullscreen field to NativeOptions which gets passed through to glutin at compile time, but that isn't as useful as being able to change the mode at runtime. If anybody knows a way to get a reference to the glutin::window::Window from the egui context, I'd be happy to try to implement it and make a PR.

@emilk
Copy link
Owner

emilk commented Aug 27, 2021

You can make a PR modeled after this one: #660

@emilk emilk added the native-glium Relates to running egui_glium on native label Aug 27, 2021
@emilk
Copy link
Owner

emilk commented Dec 29, 2023

Closed by #1782

@emilk emilk closed this as completed Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
native-glium Relates to running egui_glium on native
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants