![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
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. | |
Window content scale change.
Definition at line 16 of file ContentScale.hpp.
| float galaxy::ContentScale::m_xscale = 0.0f |
The new x - axis content scale of the window.
Definition at line 21 of file ContentScale.hpp.
| float galaxy::ContentScale::m_yscale = 0.0f |
The new y - axis content scale of the window.
Definition at line 26 of file ContentScale.hpp.