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
11namespace 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
Animated.cpp galaxy.
Definition Animated.cpp:16
Window content scale change.
float m_yscale
The new y - axis content scale of the window.
float m_xscale
The new x - axis content scale of the window.