Skip to content

Commit

Permalink
Mention issue with AOA and multiple gamepads
Browse files Browse the repository at this point in the history
Android does not support multiple HID gamepads properly over AOA.

PR #5270 <#5270>
  • Loading branch information
rom1v committed Sep 15, 2024
1 parent befc0fa commit 4cc4abd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/gamepad.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ It does not use the scrcpy server, and does not require `adb` (USB debugging).
Therefore, it is possible to control the device (but not mirror) even with USB
debugging disabled (see [OTG](otg.md)).

Note: For some reason, in this mode, Android detects multiple physical gamepads
as a single misbehaving one. Use UHID if you need multiple gamepads.

Note: On Windows, it may only work in [OTG mode](otg.md), not while mirroring
(it is not possible to open a USB device if it is already open by another
process like the _adb daemon_).

0 comments on commit 4cc4abd

Please sign in to comment.