mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-03 14:49:29 +00:00
fix touchEvents not working on LG devices
This commit is contained in:
parent
c87d94ee27
commit
8c06e09d47
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class EventController {
|
||||||
|
|
||||||
MotionEvent.PointerCoords coords = pointerCoords[0];
|
MotionEvent.PointerCoords coords = pointerCoords[0];
|
||||||
coords.orientation = 0;
|
coords.orientation = 0;
|
||||||
coords.pressure = 1;
|
coords.pressure = 0.9999f;
|
||||||
coords.size = 1;
|
coords.size = 1;
|
||||||
coords.toolMajor = 1;
|
coords.toolMajor = 1;
|
||||||
coords.toolMinor = 1;
|
coords.toolMinor = 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue