Skip to content

MTY_WindowType

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Window modes and behaviors.

Name Value Details
MTY_WINDOW_NORMAL 0x0 Normal resizable, bordered window.
MTY_WINDOW_HIDDEN 0x1 Window is hidden without any visible elements.
MTY_WINDOW_FULLSCREEN 0x2 Window is in fullscreen mode.
MTY_WINDOW_MAXIMIZED 0x4 Window is maximized (zoomed).

See also

Module: App

Clone this wiki locally