mojo.app.WindowFlags - nitrologic/monkey2 GitHub Wiki

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.
Fullscreen Window is a fullscreen window.
Maximized Window is maximized.
Minimized Window is minimized.