AUI Framework  develop
Cross-platform base for C++ UI apps
Loading...
Searching...
No Matches
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.
 

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:
Collaboration diagram for AWindowBase::ScalingParams: