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
ContentScale.hpp
Go to the documentation of this file.
1
7
8
#ifndef GALAXY_EVENTS_CONTENTSCALE_HPP_
9
#define GALAXY_EVENTS_CONTENTSCALE_HPP_
10
11
namespace
galaxy
12
{
16
struct
ContentScale
final
17
{
21
float
m_xscale
= 0.0f;
22
26
float
m_yscale
= 0.0f;
27
};
28
}
// namespace galaxy
29
30
#endif
galaxy
Animated.cpp galaxy.
Definition
Animated.cpp:16
galaxy::ContentScale
Window content scale change.
Definition
ContentScale.hpp:17
galaxy::ContentScale::m_yscale
float m_yscale
The new y - axis content scale of the window.
Definition
ContentScale.hpp:26
galaxy::ContentScale::m_xscale
float m_xscale
The new x - axis content scale of the window.
Definition
ContentScale.hpp:21
galaxy
src
galaxy
events
ContentScale.hpp
Generated on Fri Sep 12 2025 07:29:47 for galaxy by
1.12.0