Struct WindowingAPI::WindowConfig#

Nested Relationships#

This struct is a nested type of Class WindowingAPI.

Nested Types#

Struct Documentation#

struct WindowConfig#

Window configuration.

Public Members

u32 Width = 0#
u32 Height = 0#
std::string Title = {}#
bool Resizable = false#
bool Visible = false#
bool Decorated = true#
bool Maximized = false#
bool Focused = false#
bool Floating = false#
bool FocusOnShow = true#
bool MousePassthrough = false#
struct TRAP::INTERNAL::WindowingAPI::WindowConfig::wayland Wayland#
struct wayland#

Public Members

std::string AppID#