ANDROID: Clean up touch screen input
This commit is contained in:
parent
3de0e3f175
commit
83002b66dc
7 changed files with 148 additions and 141 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue