Skip to content

Mojo app windowflags

mojo:mojo.app.WindowFlags

Enum WindowFlags#

Window creation flags.

WindowFlags Description
CenterX Center window horizontally.
CenterY Center window vertically.
Center Center window.
Hidden Window is initally hidden.
Resizable Window is resizable.
Borderless Window has no border.
Fullscreen Window is a fullscreen window.
HighDPI Window has a High DPI (Mac only).
Maximized Window is maximized.
Minimized Window is minimized.