Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
103.03k stars 10.01k forks source link

Not able use the mouse clicks(left) to navigate through the phone #4892

Open riotcult opened 2 weeks ago

riotcult commented 2 weeks ago

I have watched few yt tutorials and downloaded the scrcpy software and now I have issues with navigating through the mobile phone using my mouse's left click. This issue as I have traced is mostly because the phone is on a different resolution than the software is reading INFO: Renderer: direct3d INFO: Texture: 1080x2336 INFO: Texture: 888x1920 I need help in rectifying this issue Device info: OPPO F11 PRO - 2019

rom1v commented 2 weeks ago

Run scrcpy -m1920. See #1645

riotcult commented 2 weeks ago

Run scrcpy -m1920. See #1645

Where do i run it, I am very new to it.

rom1v commented 2 weeks ago

https://github.com/Genymobile/scrcpy/blob/master/doc/windows.md#run

riotcult commented 2 weeks ago

Every time when I open, the issue is repeating. Any solution?

rom1v commented 2 weeks ago

Scrcpy does not store any state, it is configures by the arguments you pass every time. If you want to always pass the same arguments, create a script (as explained at the end of https://github.com/Genymobile/scrcpy/blob/master/doc/windows.md#run)