From 14a0a3d032059ab489a9f5f535972449ba036010 Mon Sep 17 00:00:00 2001 From: Vincent Bénony Date: Tue, 8 Dec 2015 12:17:46 +0100 Subject: IOS: Better resolution handling --- backends/platform/ios7/ios7_osys_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/ios7/ios7_osys_main.cpp') diff --git a/backends/platform/ios7/ios7_osys_main.cpp b/backends/platform/ios7/ios7_osys_main.cpp index a58aa10340..d8eb84e214 100644 --- a/backends/platform/ios7/ios7_osys_main.cpp +++ b/backends/platform/ios7/ios7_osys_main.cpp @@ -64,7 +64,7 @@ OSystem_iOS7::OSystem_iOS7() : _mouseDirty(false), _timeSuspended(0), _lastDragPosX(-1), _lastDragPosY(-1), _screenChangeCount(0), _mouseCursorPaletteEnabled(false), _gfxTransactionError(kTransactionSuccess) { _queuedInputEvent.type = Common::EVENT_INVALID; - _touchpadModeEnabled = !iOS7_isHighResDevice(); + _touchpadModeEnabled = !iOS7_isBigDevice(); #ifdef IPHONE_OFFICIAL _fsFactory = new ChRootFilesystemFactory(iOS7_getDocumentsDir()); #else -- cgit v1.2.3