Skip to content

Commit 0aa255e

Browse files
Formatting file AndroidGameController.cs
1 parent 53237db commit 0aa255e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Packages/com.unity.inputsystem/InputSystem/Plugins/Android/AndroidGameController.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ namespace UnityEngine.InputSystem.Android
145145
/// </summary>
146146
/// <remarks>
147147
/// This layout covers multiple Android-supported gamepads, including but not limited to:
148-
/// - ELAN PLAYSTATION(R)3 Controller
149-
/// - My-Power CO., LTD. PS(R) Controller Adaptor
150-
/// - Sony Interactive Entertainment Wireless (PS4 DualShock)
151-
/// - Xbox Wireless Controller (Xbox One)
152-
/// - NVIDIA Controller v01.03/v01.04
148+
/// - ELAN PLAYSTATION(R)3 Controller
149+
/// - My-Power CO., LTD. PS(R) Controller Adaptor
150+
/// - Sony Interactive Entertainment Wireless (PS4 DualShock)
151+
/// - Xbox Wireless Controller (Xbox One)
152+
/// - NVIDIA Controller v01.03/v01.04
153153
/// - (More may be added later)
154154
///
155155
/// ### Typical Android Axis and Key Mappings
@@ -177,7 +177,7 @@ namespace UnityEngine.InputSystem.Android
177177
/// - The Shield also reports `KEYCODE_BACK` instead of `KEYCODE_BUTTON_SELECT`, causing the **Options** (Xbox), **View** (DualShock), or **Select** buttons to be non-functional.
178178
///
179179
/// - **PS4 Controller Compatibility**
180-
/// - Official PS4 controller support is available starting from **Android 10 and later**
180+
/// - Official PS4 controller support is available starting from **Android 10 and later**
181181
/// (see: https://playstation.com/en-us/support/hardware/ps4-pair-dualshock-4-wireless-with-sony-xperia-and-android).
182182
/// - On older Android versions, driver implementations vary by manufacturer. Some vendors have partially fixed DualShock support in custom drivers, leading to inconsistent mappings.
183183
///

0 commit comments

Comments
 (0)