12 Window(
const std::string& name,
const int& flags);
14 void setTitle(
const std::string& title) { _title = title; }
15 void setPosition(
const glm::vec2& position) { _position = position; }
16 void setSize(
const glm::vec2& size) { _size = size; }
25 std::string getTitle()