Skip to main content

WindowComponent.ixx File

Runtime component storing window metadata and geometry state. More...

Included Headers

Namespaces Index

namespacehelios
namespaceengine
namespaceplatform
namespacewindow
namespacecomponents

Classes Index

structWindowComponent<THandle>

Stores platform-window properties associated with an entity. More...

Description

Runtime component storing window metadata and geometry state.

File Listing

The file content with the documentation metadata removed is:

1
5module;
6
7#include <string>
8
9export module helios.engine.platform.window.components.WindowComponent;
10
11import helios.engine.platform.window.concepts.IsWindowHandle;
12
13
14using namespace helios::engine::platform::window::concepts;
16
22 template<typename THandle>
25
27 std::string title;
28
31
34
35 };
36
37} // namespace helios::engine::platform::window::components

Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.