LayerCreationSettings struct
Constructors, destructors, conversion operators
- LayerCreationSettings(void)
- LayerCreationSettings(s32 width, s32 height)
Public functions
- auto GetWidth(void) const -> s32
- void SetWidth(s32 width)
- auto GetHeight(void) const -> s32
- void SetHeight(s32 height)
- void SetFullscreen(bool isFullscreen)
- auto IsFullscreen(void) const -> bool
- void SetVisibility(bool isVisible)
- auto IsVisible(void) const -> bool
Public variables
- u32 rawFlags
- bool fullScreen
- bool visible