Skip to content

Add Window::get_fullscreen() -> bool #579

@rukai

Description

@rukai

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions