types Namespace
Definition
namespace helios::engine::platform::window::types { ... }
Classes Index
| struct | WindowConfig |
|
Immutable-like value object carrying window creation parameters. More... | |
| struct | WindowDomainTag |
|
Domain tag for window identity and handles. More... | |
Typedefs Index
| using | WindowHandle = helios::ecs::types::EntityHandle< WindowDomainTag > |
|
ECS handle type referencing window entities. More... | |
| using | WindowId = StrongId< WindowDomainTag > |
|
Strong id identifying window entities. More... | |
| using | WindowSize = helios::math::vec2f |
|
Width/height pair used for window creation and resize operations. More... | |
Typedefs
WindowHandle
|
ECS handle type referencing window entities.
Definition at line 17 of file WindowHandle.ixx.
17 using WindowHandle = helios::ecs::types::EntityHandle<WindowDomainTag>;
WindowId
|
Strong id identifying window entities.
Definition at line 18 of file WindowId.ixx.
18 using WindowId = StrongId<WindowDomainTag>;
WindowSize
|
Width/height pair used for window creation and resize operations.
Definition at line 17 of file WindowSize.ixx.
17 using WindowSize = helios::math::vec2f;
The documentation for this namespace was generated from the following files:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.