Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.

Commit c518683

Browse files
TCW:添加一些插图
# 子页面:自定义布局 # TouchController 中的游戏内控件 # TouchController 的聊天界面
1 parent 340fde6 commit c518683

8 files changed

Lines changed: 10 additions & 0 deletions

File tree

1.05 MB
Loading

touchcontroller/wiki/src/gui/chat-screen.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@
1515
- 设置按钮:点击后弹出弹窗,可以设置行距和文本颜色。
1616
- 输入框:可在此输入消息。
1717
- 发送按钮:点击后发送输入框中的消息。
18+
19+
![](assets/chat-screen/file-20251116213544136.png)
259 KB
Loading

touchcontroller/wiki/src/gui/config-screen/sub-pages/custom-widget-layout.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
- 这个页面可以自定义控件的布局
55
- 参见:[自定义布局的特性](../../../feature/custom-layout.md)
66

7+
![](assets/custom-widget-layout/file-20251116213404378.png)
8+
79
## 页面结构
810

911
### 顶栏
262 KB
Loading
262 KB
Loading
250 KB
Loading

touchcontroller/wiki/src/widget/in-game-widget.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,21 @@ TouchController 的内置控件主要是基于[自定义控件](../mechanism/cus
2121
- 滑动无锁定:手指滑过中心按钮后触发,[操作](../mechanism/custom-layout/custom-widget.md#操作)与普通控件拥有相同的设置
2222
- 滑动锁定:手指滑过中心按钮后触发一次,[操作](../mechanism/custom-layout/custom-widget.md#操作)只能设为绑定键位
2323

24+
![](assets/in-game-widget/file-20251116213834271.png)
25+
2426
### 虚拟摇杆
2527

2628
虚拟摇杆除了可以修改图集外,还可以分别调整背景和手柄的大小,同时拥有两个选项:
2729

2830
- 触发疾跑:摇杆推到 110% 后触发疾跑
2931
- 激活时提高不透明度:手指移动摇杆时,摇杆提高不透明度
3032

33+
![](assets/in-game-widget/file-20251116213933654.png)
34+
3135
### 划船按钮
3236

3337
划船按钮较为特殊,就像坦克一样,按住左边的按钮可以右转,按住右边的按钮可以左转,按住两个按钮可以同时前进。
3438

3539
划船按钮除了可以调整大小、调整图集外,还可以设置当前按钮为左侧按钮或右侧按钮。
40+
41+
![](assets/in-game-widget/file-20251116214049288.png)

0 commit comments

Comments
 (0)