aboutsummaryrefslogtreecommitdiff
path: root/dists/androidsdl/scummvm
diff options
context:
space:
mode:
authorlubomyr2017-06-25 01:11:27 +0300
committerEugene Sandulenko2017-06-25 10:50:36 +0200
commit9d622e6b0aafdc0660c85a89f63325876b467cd6 (patch)
tree30c6ddc9e648d79fdbc70fd92a857f5f17a5241a /dists/androidsdl/scummvm
parent5ac497f0b0af7ada865feef60341af25bff26c59 (diff)
downloadscummvm-rg350-9d622e6b0aafdc0660c85a89f63325876b467cd6.tar.gz
scummvm-rg350-9d622e6b0aafdc0660c85a89f63325876b467cd6.tar.bz2
scummvm-rg350-9d622e6b0aafdc0660c85a89f63325876b467cd6.zip
ANDROIDSDL: implemented hiding of system android mouse pointer when real mouse connected (only for android 7 or higher)
Diffstat (limited to 'dists/androidsdl/scummvm')
-rwxr-xr-x[-rw-r--r--]dists/androidsdl/scummvm/AndroidAppSettings.cfg7
-rwxr-xr-x[-rw-r--r--]dists/androidsdl/scummvm/AndroidAppSettings.cfg.in7
2 files changed, 12 insertions, 2 deletions
diff --git a/dists/androidsdl/scummvm/AndroidAppSettings.cfg b/dists/androidsdl/scummvm/AndroidAppSettings.cfg
index 47dff39a7d..ec0bf6452c 100644..100755
--- 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
index a59f3a26ff..e978628e27 100644..100755
--- 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