ANDROID: Clean up touch screen input

This commit is contained in:
Cameron Cawley 2019-04-12 20:29:08 +01:00
parent 3de0e3f175
commit 83002b66dc
7 changed files with 148 additions and 141 deletions

View file

@ -411,10 +411,6 @@ byte *GfxOpenGLS::setupScreen(int screenW, int screenH, bool fullscreen) {
_scaleW = _screenWidth / (float)_gameWidth;
_scaleH = _screenHeight / (float)_gameHeight;
#ifdef USE_GLES2
g_system->setFeatureState(OSystem::kFeatureVirtControls, true);
#endif
g_system->showMouse(false);
g_system->setWindowCaption("ResidualVM: OpenGL Renderer with shaders");