Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion entry/src/main/ets/components/StreamMenuManager.ets
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class StreamMenuManager {
case 'direct':
return '直接触摸模式';
case 'mouse':
return '鼠标模式';
return '触摸鼠标';
Comment thread
coderabbitai[bot] marked this conversation as resolved.
case 'ds5_touchpad':
return 'DS5 触控板模式';
default:
Expand Down
2 changes: 1 addition & 1 deletion entry/src/main/ets/components/dialogs/GameMenuDialog.ets
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export struct GameMenuDialog {
const modes: TouchModeOption[] = [
{ key: 'trackpad', text: '触控板', subtitle: '像笔记本触控板一样操作' },
{ key: 'direct', text: '多点触控', subtitle: '直接点击屏幕位置' },
{ key: 'mouse', text: '鼠标模式', subtitle: '模拟鼠标移动和点击' },
{ key: 'mouse', text: '触摸鼠标', subtitle: '模拟鼠标移动和点击' },
{ key: 'ds5_touchpad', text: 'DS5 触控板', subtitle: '屏幕映射 DualSense 触控板,支持双指' }
];

Expand Down
Loading
Loading