-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add Window::get_fullscreen() -> bool #579
Copy link
Copy link
Closed
Labels
C - needs discussionDirection must be ironed outDirection must be ironed outS - apiDesign and usabilityDesign and usability
Description
set_fullscreen takes an Option<WindowId>.
However we dont need to make get_fullscreen() return an Option<WindowId> because we can use get_current_monitor() -> WindowId instead.
The window manager (at least on X11) can set the fullscreen state so just remembering the state in winit will not be enough.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C - needs discussionDirection must be ironed outDirection must be ironed outS - apiDesign and usabilityDesign and usability