Skip to main content

WindowConfig.ixx File

Configuration payload used to create a window. More...

Included Headers

Namespaces Index

namespacehelios
namespaceengine
namespaceplatform
namespacewindow
namespacetypes

Classes Index

structWindowConfig

Immutable-like value object carrying window creation parameters. More...

Description

Configuration payload used to create a window.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7#include <string>
8
9export module helios.engine.platform.window.types.WindowConfig;
10
11import helios.engine.platform.window.types.WindowSize;
12
14
18 struct WindowConfig {
19
21 std::string title;
22
25
28
31
32 };
33
34} // namespace helios::engine::platform::window::types

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.