mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 03:25:03 +00:00
Merge 8c06e09d47
into c075ad0a1e
This commit is contained in:
commit
875e22cd6e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class EventController {
|
|||
|
||||
MotionEvent.PointerCoords coords = pointerCoords[0];
|
||||
coords.orientation = 0;
|
||||
coords.pressure = 1;
|
||||
coords.pressure = 0.9999f;
|
||||
coords.size = 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue