Gray Mackall
Gray Mackall
Hi, I have a question about how scrcpy delivers `MotionEvent`s https://github.com/Genymobile/scrcpy/blob/c5ed2cfc28ee7c7b59b11eb4db1258ac1c633bff/server/src/main/java/com/genymobile/scrcpy/control/Controller.java#L408C68-L408C83 https://github.com/Genymobile/scrcpy/blob/c5ed2cfc28ee7c7b59b11eb4db1258ac1c633bff/server/src/main/java/com/genymobile/scrcpy/control/Controller.java#L413 In particular, why does scrcpy deliver mouse clicks as originating from a `TOOL_TYPE_FINGER`, (or more generally `MotionEvent`s that...
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...