SDEngine
Game Engine
Loading...
Searching...
No Matches
window_events.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace sd {
4
6 int width{};
7 int height{};
8};
9
11
13
14} // namespace sd
Definition Application.hpp:22
Definition window_events.hpp:10
Definition window_events.hpp:12
Definition window_events.hpp:5
int height
Definition window_events.hpp:7
int width
Definition window_events.hpp:6