#633·escrcpy

[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

  1. Set the --no-mouse-hover flag in the scrcpy arguments in the settings.
  2. Launch the embedded mirroring.
  3. Start a MotionEvent. This can be done with either an adb shell command or by holding on the device screen.
  4. 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.