Static zng::window::cmd::EXCLUSIVE_FULLSCREEN_CMD
source · pub static EXCLUSIVE_FULLSCREEN_CMD: Command
Expand description
Represents the window toggle fullscreen action.
§Behavior
This command is about the exclusive fullscreen state (WindowState::Exclusive
),
use the FULLSCREEN_CMD
to toggle windowed fullscreen.
§Metadata
This command has the following default metadata:
metadata | value |
---|---|
name | "Exclusive Fullscreen" |
info | "Toggle exclusive fullscreen mode on the window" |
icon | wgt_fn!(|_| ICONS.get(["window-exclusive-fullscreen", "window-fullscreen", "fullscreen"])) |
Text metadata is localized.