Application::Application(const char *windowTitle_, int xPosition_, int yPosition_, int width_, int height_) : windowTitle(windowTitle_) { xPosition = xPosition_; yPosition = yPosition_; width = width_; height = height_; }