From 9d622e6b0aafdc0660c85a89f63325876b467cd6 Mon Sep 17 00:00:00 2001 From: lubomyr Date: Sun, 25 Jun 2017 01:11:27 +0300 Subject: ANDROIDSDL: implemented hiding of system android mouse pointer when real mouse connected (only for android 7 or higher) --- dists/androidsdl/scummvm/AndroidAppSettings.cfg | 7 ++++++- dists/androidsdl/scummvm/AndroidAppSettings.cfg.in | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) mode change 100644 => 100755 dists/androidsdl/scummvm/AndroidAppSettings.cfg mode change 100644 => 100755 dists/androidsdl/scummvm/AndroidAppSettings.cfg.in (limited to 'dists/androidsdl') diff --git a/dists/androidsdl/scummvm/AndroidAppSettings.cfg b/dists/androidsdl/scummvm/AndroidAppSettings.cfg old mode 100644 new mode 100755 index 47dff39a7d..ec0bf6452c --- a/dists/androidsdl/scummvm/AndroidAppSettings.cfg +++ b/dists/androidsdl/scummvm/AndroidAppSettings.cfg @@ -225,6 +225,11 @@ AdmobTestDeviceId= # Your AdMob banner size (BANNER/IAB_BANNER/IAB_LEADERBOARD/IAB_MRECT/IAB_WIDE_SKYSCRAPER/SMART_BANNER) AdmobBannerSize= -UseGlshim=n +# Use gl4es library for provide OpenGL 1.x functionality to OpenGL ES accelerated cards (y) or (n) +UseGl4es=n +# Application needs to access SD card. If your data files are bigger than 5 Mb, enable it. (y) / (n) AccessSdCard=y + +# Hide Android system mouse cursor image when USB mouse is attached (y) or (n) - the app must draw it's own mouse cursor +HideSystemMousePointer=y diff --git a/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in b/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in old mode 100644 new mode 100755 index a59f3a26ff..e978628e27 --- a/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in +++ b/dists/androidsdl/scummvm/AndroidAppSettings.cfg.in @@ -225,6 +225,11 @@ AdmobTestDeviceId= # Your AdMob banner size (BANNER/IAB_BANNER/IAB_LEADERBOARD/IAB_MRECT/IAB_WIDE_SKYSCRAPER/SMART_BANNER) AdmobBannerSize= -UseGlshim=n +# Use gl4es library for provide OpenGL 1.x functionality to OpenGL ES accelerated cards (y) or (n) +UseGl4es=n +# Application needs to access SD card. If your data files are bigger than 5 Mb, enable it. (y) / (n) AccessSdCard=y + +# Hide Android system mouse cursor image when USB mouse is attached (y) or (n) - the app must draw it's own mouse cursor +HideSystemMousePointer=y -- cgit v1.2.3