Translations:Touch controls/55/zh: Difference between revisions
Appearance
ForgottenCat (talk | contribs) Created page with "游戏内触摸控制在单独的客户端组件<code>CTouchControls</code>中实现,该组件位于<code>src/game/client/components/touch_controls.cpp</code><code>和<code>src/game/client/components/touch_concontrol.h</code>文件中。尽量直接使用绑定作为按钮的行为而不是预定义行为,从而降低复杂度。" |
Zerol Acqua (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
游戏内触摸控制在单独的客户端组件<code>CTouchControls</code>中实现,该组件位于<code>src/game/client/components/touch_controls.cpp</ | 游戏内触摸控制在单独的客户端组件<code>CTouchControls</code>中实现,该组件位于<code>src/game/client/components/touch_controls.cpp</code>和<code>src/game/client/components/touch_concontrol.h</code>文件中。尽量直接使用绑定作为按钮的行为而不是预定义行为,从而降低复杂度。 |
Revision as of 15:16, 31 January 2025
游戏内触摸控制在单独的客户端组件CTouchControls
中实现,该组件位于src/game/client/components/touch_controls.cpp
和src/game/client/components/touch_concontrol.h
文件中。尽量直接使用绑定作为按钮的行为而不是预定义行为,从而降低复杂度。