105 WindowContentScaleEvent(
float x_scale,
float y_scale)
111 [[nodiscard]]
float x_scale()
const
115 [[nodiscard]]
float y_scale()
const
120 [[nodiscard]] std::string to_string()
const override
122 std::stringstream ss;
123 ss <<
"WindowContentScaleEvent: " << x_scale_ <<
", " << y_scale_;
127 PB_EVENT_TYPE(WindowContentScale)
128 PB_EVENT_CATEGORIES(core::EventCategory::Window)
131 float x_scale_ = 1.0f;
132 float y_scale_ = 1.0f;