mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-09-14 05:22:32 +00:00
translate the English readme. fix bugs in the Chinese readme
This commit is contained in:
parent
bb42fbbe26
commit
767e9ba5b1
3 changed files with 76 additions and 72 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
- 按键映射中的坐标位置都是用相对位置表示的,屏幕的宽高都用1表示,例如屏幕的像素为1920x1080,那么坐标(0.5,0.5)则表示的是
|
||||
以屏幕左上角为原点,像素坐标(1920,1080)*(0.5,0.5)=(960,540)的位置。
|
||||
- 按键映射中的按键码是用Qt的枚举表示的,详细说明可以[参考Qt文档](https://doc-snapshots.qt.io/4.8/qt.html)(搜索 The key names used by Qt. 可以快速定位)。
|
||||
- 按键映射中的按键码是用Qt的枚举表示的,详细说明可以[参考Qt文档]( https://doc.qt.io/qt-5/qt.html )(搜索 The key names used by Qt. 可以快速定位)。
|
||||
|
||||
### 映射类型说明
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue