[Scummvm-git-logs] scummvm master -> 5c4935090cbc2ba2d1d01c2f31f019907bf90cd1

sev- noreply at scummvm.org
Mon Jan 26 23:16:58 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
5c4935090c ANDROID: Simplified formatting for touch controls help


Commit: 5c4935090cbc2ba2d1d01c2f31f019907bf90cd1
    https://github.com/scummvm/scummvm/commit/5c4935090cbc2ba2d1d01c2f31f019907bf90cd1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-01-27T00:16:52+01:00

Commit Message:
ANDROID: Simplified formatting for touch controls help

Changed paths:
    backends/platform/android/android.cpp


diff --git a/backends/platform/android/android.cpp b/backends/platform/android/android.cpp
index a3e2d8a0def..a0329adef21 100644
--- a/backends/platform/android/android.cpp
+++ b/backends/platform/android/android.cpp
@@ -1095,19 +1095,19 @@ _s(
 "\n"
 "The touch controls are direct. The pointer jumps to where the finger touches the screen (default for menus).\n"
 "\n"
-"  ![Direct mouse mode](mouse.png \"Direct mouse mode\"){w=10em,maxw=50em}\n"
+"  ![Direct mouse mode](mouse.png \"Direct mouse mode\"){w=10em}\n"
 "\n"
 "### Touchpad emulation \n"
 "\n"
 "The touch controls are indirect, like on a laptop touchpad.\n"
 "\n"
-"  ![Touchpad mode](touchpad.png \"Touchpad mode\"){w=10em,maxw=50em}\n"
+"  ![Touchpad mode](touchpad.png \"Touchpad mode\"){w=10em}\n"
 "\n"
 "### Gamepad emulation \n"
 "\n"
 "Fingers must be placed on lower left and right of the screen to emulate a directional pad and action buttons.\n"
 "\n"
-"  ![Gamepad mode](gamepad.png \"Gamepad mode\"){w=10em,maxw=50em}\n"
+"  ![Gamepad mode](gamepad.png \"Gamepad mode\"){w=10em}\n"
 "\n"
 "To select the preferred touch mode for menus, 2D games, and 3D games, go to **Global Options > Backend > Choose the preferred touch mode**.\n"
 "\n"
@@ -1133,14 +1133,14 @@ _s(
 "\n"
 "To open the Global Main Menu, tap on the menu icon at the top right of the screen.\n"
 "\n"
-"  ![Menu icon](menu.png \"Menu icon\"){w=10em,maxw=50em}\n"
+"  ![Menu icon](menu.png \"Menu icon\"){w=10em}\n"
 "\n"
 "## Virtual keyboard\n"
 "\n"
 "To open the virtual keyboard, long press on the controller icon at the top right of the screen, or tap on any editable text field. To hide the virtual keyboard, tap the controller icon again, or tap outside the text field.\n"
 "\n"
 "\n"
-"  ![Keyboard icon](keyboard.png \"Keyboard icon\"){w=10em,maxw=50em}\n"
+"  ![Keyboard icon](keyboard.png \"Keyboard icon\"){w=10em}\n"
 "\n"
 	),
 




More information about the Scummvm-git-logs mailing list