-
Application::Application(const std::string_view title)
: _input(nullptr), _window(nullptr), _width(0), _height(0), _title(title)
|
Beta Was this translation helpful? Give feedback.
Answered by
DethRaid
Feb 20, 2022
Replies: 7 comments
Answer selected by
deccer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2