galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
galaxy::ContentScale Struct Referencefinal

Window content scale change. More...

#include <ContentScale.hpp>

+ Collaboration diagram for galaxy::ContentScale:

Public Attributes

float m_xscale = 0.0f
 The new x - axis content scale of the window.
 
float m_yscale = 0.0f
 The new y - axis content scale of the window.
 

Detailed Description

Window content scale change.

Definition at line 16 of file ContentScale.hpp.

Member Data Documentation

◆ m_xscale

float galaxy::ContentScale::m_xscale = 0.0f

The new x - axis content scale of the window.

Definition at line 21 of file ContentScale.hpp.

◆ m_yscale

float galaxy::ContentScale::m_yscale = 0.0f

The new y - axis content scale of the window.

Definition at line 26 of file ContentScale.hpp.


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