Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
110.27k stars 10.57k forks source link

Black Desert Mobile Left Click Issue #887

Closed rjbeswin closed 4 years ago

rjbeswin commented 4 years ago

Can you please check, just played BDO Mobile, left click is not working, right click is working though.

rom1v commented 4 years ago

Fixed few days ago on master. #881

skemayam commented 4 years ago

hi how can i apply the fix? mine still have the same problem?

rjbeswin commented 4 years ago

Yes me too.

skemayam commented 4 years ago

Yes me too.

if u get on how to fix this. please share it here thanks

rjbeswin commented 4 years ago

nope, i tried it earlier, still not working

rom1v commented 4 years ago

how can i apply the fix?

Checkout master and build the app.

rjbeswin commented 4 years ago

Hope it will be added on the pre built one scrcpy-win64-v1.10.zip. Im not capable of building the app. :<

rom1v commented 4 years ago

You can try this build, it (also) includes this fix: https://github.com/Genymobile/scrcpy/issues/650#issuecomment-550530774

rjbeswin commented 4 years ago

Thanks, it solves the Mouse issue but another problem occured. It messed up WASD buttons, its not walking/moving properly.

rom1v commented 4 years ago

See https://github.com/Genymobile/scrcpy/commit/532843d85649693fb0fa4b5d4c482b0f1db943de

scrcpy --prefer-text-events=non-alpha
rjbeswin commented 4 years ago

Great! Do you have key mapping for this? I can only use keys such as 1 3 8 Black Desert Mobile

rom1v commented 4 years ago

Doesn't the keyboard work like in v1.10?

rjbeswin commented 4 years ago

I think those 4 skills are working, how can i remap them though?

1st skill = 1 2nd skill = 4 3rd skill = 8 4th skill = 9

rom1v commented 4 years ago

You can't remap keys in scrcpy (unless you manually edit the source code).

rjbeswin commented 4 years ago

One more thing, im using 2 phones. scrcpy --prefer-text-events=non-alpha works with my ROG Phone 2, but its not on Huawei Mate 10. Does that vary in phone models?

rjbeswin commented 4 years ago

You can't remap keys in scrcpy (unless you manually edit the source code).

You mean, I need to build it right?

rom1v commented 4 years ago

works with my ROG Phone 2, but its not on Huawei Mate 10. Does that vary in phone models?

It should not. In any case, with --prefer-text-events=non-alpha, it should behave like v1.10.

You can't remap keys in scrcpy (unless you manually edit the source code). You mean, I need to build it right?

Building is the easy part. Firstly, you would need to "program" the behavior you want :)

rjbeswin commented 4 years ago

I'll try to check it out with my other phone. I also tried to follow some steps in building, but its too much for me right now. Im just new in this kind of things. Thank you anyways. I really love your project, hope we'll have some more features soon. Keep up the good work!

srevinsaju commented 4 years ago

@rjbeswin, gaming with custom keyboard remapping? Try guiscrcpy-mapper function, the GUI overlay which allows keyboard to touch custom mapping. It does not overide scrcpy, but acts as a module :wink:

https://github.com/srevinsaju/guiscrcpy

Sent from my Galaxy Note2 using FastHub

rjbeswin commented 4 years ago

@srevinsaju nicee, gotta try this later.