[Enhancement] scrcpy Arguments not Applied in Embedded Mirroring
Author: NaruyokoCreated Sep 5, 2026Updated Sep 10, 2026
Labelsenhancement
Describe the bug
Custom scrcpy arguments are not applied with the embedded mirroring. I noticed this with the --no-mouse-hover flag.
Steps to recreate
- Set the
--no-mouse-hoverflag in the scrcpy arguments in the settings. - Launch the embedded mirroring.
- Start a MotionEvent. This can be done with either an
adb shellcommand or by holding on the device screen. - Move the cursor over the mirror window.
Expected behavior
The holding is continued, since the MotionEvent is not interrupted as mouse hovers are ignored.
Actual behavior
The holding is interrupted, as if the flag was unset.
Source: viarotel-org/escrcpy