//Apply some opengl settings like V-Syncing or multi-Sampling
this.applyOpenGLStartSettings();
//Create a new inputsourcePool
this.setInputManager(new InputManager(this));
//Call startup at the end of setup(). Should be overridden in extending classes
this.startUp();
/*