AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
AWindowBase::ScalingParams Struct Reference

Signals and public fields

float scalingFactor = 1.f
 DPI ratio will be multiplied by this factor.
 
AOptional< glm::uvec2 > minimalWindowSizeDp = std::nullopt
 If set, DPI ratio will be adjusted to be small enough for proper displaying layout of given size. More...
 

Member Data Documentation

◆ minimalWindowSizeDp

AOptional<glm::uvec2> AWindowBase::ScalingParams::minimalWindowSizeDp = std::nullopt

If set, DPI ratio will be adjusted to be small enough for proper displaying layout of given size.

Note
Size in dp

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