Skip to main content

WindowComponent Struct Template

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

Declaration

template <typename THandle> struct helios::engine::platform::window::components::WindowComponent<THandle> { ... }

Public Member Attributes Index

template <typename THandle>
std::stringtitle

Runtime title used by the window backend. More...

template <typename THandle>
floataspectRatioNumer

Aspect-ratio numerator used for ratio constraints. More...

template <typename THandle>
floataspectRatioDenom

Aspect-ratio denominator used for ratio constraints. More...

Description

Stores platform-window properties associated with an entity.

Template Parameters
THandle

Window handle type.

Definition at line 24 of file WindowComponent.ixx.

Public Member Attributes

aspectRatioDenom

template <typename THandle>
float helios::engine::platform::window::components::WindowComponent< THandle >::aspectRatioDenom

Aspect-ratio denominator used for ratio constraints.

Definition at line 33 of file WindowComponent.ixx.

aspectRatioNumer

template <typename THandle>
float helios::engine::platform::window::components::WindowComponent< THandle >::aspectRatioNumer

Aspect-ratio numerator used for ratio constraints.

Definition at line 30 of file WindowComponent.ixx.

title

template <typename THandle>
std::string helios::engine::platform::window::components::WindowComponent< THandle >::title

Runtime title used by the window backend.

Definition at line 27 of file WindowComponent.ixx.

27 std::string title;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.