mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-22 12:34:58 +00:00
docs: update small eyes
This commit is contained in:
parent
d1fa10a2ee
commit
bd7b9b5bd5
3 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||

|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
[中文介绍](README_zh.md)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||

|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
[English introduction](README.md)
|
||||
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
- mouseMoveMap:鼠标移动映射,鼠标的移动将被映射为以startPos为起点,以鼠标移动方向为移动方向的手指拖动操作(开启鼠标移动映射以后会隐藏鼠标,限制鼠标移动范围)。
|
||||
一般在FPS手游中用来调整人物视野。
|
||||
- startPos 手指拖动起始点
|
||||
- speedRatio 鼠标移动映射为手指拖动的比例,可以控制鼠标灵敏度
|
||||
- speedRatio 鼠标移动映射为手指拖动的比例,可以控制鼠标灵敏度,数值要大于0.00,数值越大,灵敏度越低
|
||||
- smallEyes 触发小眼睛的按键,按下此按键以后,鼠标的移动将被映射为以smallEyes.pos为起点,以鼠标移动方向为移动方向的手指拖动操作
|
||||
|
||||
- keyMapNodes 一般按键的映射,json数组,所有一般按键映射都放在这个数组中,将键盘的按键映射为普通的手指点击。
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue