refactor: touch implementation, ratio switching

- 重写了触控实现
- 串流过程中自动切换横竖屏
- 禁用了全屏控制页中的预测性返回手势
This commit is contained in:
Miuzarte
2026-03-20 21:03:27 +08:00
parent 43d3b3f818
commit 737ad40923
10 changed files with 249 additions and 155 deletions

View File

@@ -23,8 +23,8 @@ android {
applicationId = "io.github.miuzarte.scrcpyforandroid"
minSdk = 26
targetSdk = 36
versionCode = 3
versionName = "0.0.3"
versionCode = 4
versionName = "0.0.4"
externalNativeBuild {
cmake {