キーボード、マウス、トラックパッド
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。

TIER 3 - 大画面に対応
大画面デバイスには、ユーザー入力とインタラクティビティを強化するために、キーボード、マウス、トラックパッドが搭載されていることがよくあります。
アプリで以下の機能をサポートできるようにします。
- 外部キーボードからの入力
- 物理キーボードと仮想キーボード間のコンテキスト切り替え
- マウスとトラックパッドの基本的な操作(クリック、選択、スクロールなど)
次のステップ
アプリの入力機能を拡張する方法の詳細については、以下をご覧ください。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-27 UTC。"],[],[],null,["# Keyboard, mouse, and trackpad\n\nTIER 3 --- Large screen ready\n| **Objective:** Make your app [large screen ready](/docs/quality-guidelines/large-screen-app-quality#large_screen_ready) by meeting the [LS-I1](/docs/quality-guidelines/large-screen-app-quality#LS-I1) and [LS-I2](/docs/quality-guidelines/large-screen-app-quality#LS-I2) keyboard, mouse, and trackpad requirements of the [Large screen app\n| quality](/docs/quality-guidelines/large-screen-app-quality) guidelines.\n\nLarge screen devices often include a keyboard, mouse, or trackpad for enhanced\nuser input and interactivity.\n\nEnable your app to support:\n\n- Input from an external keyboard\n- Context switching between physical and virtual keyboards\n- Basic mouse and trackpad interactions, such as click, select, and scroll\n\nNext steps\n----------\n\nFor more information about how to extend your app's input capabilities, see:\n\n- [Input compatibility on large screens --- Compose](/develop/ui/compose/touch-input/input-compatibility-on-large-screens)\n- [Input compatibility on large screens --- views](/develop/ui/views/touch-and-input/input-compatibility-on-large-screens)"]]