Skip to main content

WindowConfig Struct

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

Declaration

struct helios::engine::platform::window::types::WindowConfig { ... }

Public Member Attributes Index

std::stringtitle

Window title shown by the platform window. More...

WindowSizesize

Initial window size. More...

floataspectRatioNumer

Aspect-ratio numerator used for optional ratio locking. More...

floataspectRatioDenom

Aspect-ratio denominator used for optional ratio locking. More...

Description

Immutable-like value object carrying window creation parameters.

Definition at line 18 of file WindowConfig.ixx.

Public Member Attributes

aspectRatioDenom

float helios::engine::platform::window::types::WindowConfig::aspectRatioDenom

Aspect-ratio denominator used for optional ratio locking.

Definition at line 30 of file WindowConfig.ixx.

aspectRatioNumer

float helios::engine::platform::window::types::WindowConfig::aspectRatioNumer

Aspect-ratio numerator used for optional ratio locking.

Definition at line 27 of file WindowConfig.ixx.

size

WindowSize helios::engine::platform::window::types::WindowConfig::size

Initial window size.

Definition at line 24 of file WindowConfig.ixx.

title

std::string helios::engine::platform::window::types::WindowConfig::title

Window title shown by the platform window.

Definition at line 21 of file WindowConfig.ixx.

21 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.