mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-24 21:45:06 +00:00
docs: add show cursor pos
This commit is contained in:
parent
bf849d8a1a
commit
e9af478e50
2 changed files with 2 additions and 0 deletions
BIN
docs/image/显示指针位置.jpg
Normal file
BIN
docs/image/显示指针位置.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 174 KiB |
|
@ -11,6 +11,8 @@
|
|||
- 按键映射中的坐标位置都是用相对位置表示的,屏幕的宽高都用1表示,例如屏幕的像素为1920x1080,那么坐标(0.5,0.5)则表示的是
|
||||
以屏幕左上角为原点,像素坐标(1920,1080)*(0.5,0.5)=(960,540)的位置。
|
||||
- 按键映射中的按键码是用Qt的枚举表示的,详细说明可以[参考Qt文档]( https://doc.qt.io/qt-5/qt.html )(搜索 The key names used by Qt. 可以快速定位)。
|
||||
- 开发人员选项中打开如下两个设置,可以方便的观察触摸点的坐标:
|
||||

|
||||
|
||||
### 映射类型说明
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue