Jump to content

Translations:Touch controls/55/zh

From DDraceNetwork
Revision as of 08:56, 1 January 2025 by 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>文件中。尽量直接使用绑定作为按钮的行为而不是预定义行为,从而降低复杂度。")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

游戏内触摸控制在单独的客户端组件CTouchControls中实现,该组件位于src/game/client/components/touch_controls.cppsrc/game/client/components/touch_concontrol.h文件中。尽量直接使用绑定作为按钮的行为而不是预定义行为,从而降低复杂度。