InputSettings QML Type
InputSettingsは、入力イベント・ソース・オブジェクトへのポインタを保持します。詳細...
Import Statement: | import Qt3D.Input 2.8 |
In C++: | QInputSettings |
Inherits: | |
Status: | Deprecated |
プロパティ
- eventSource : QtObject
詳細説明
InputSettingsコンポーネントは、シーンルートエンティティのコンポーネントとして設定されなければならない。これは、様々な入力クラスによって処理される入力イベントのソースとして動作するオブジェクトへのポインタを格納する。例えば、Window インスタンスはイベントソースになることができる。
MouseDevice およびKeyboardDeviceも参照してください 。
プロパティ ドキュメント
eventSource : QtObject |
現在のイベント・ソースを保持します。イベント ソースは、マウス イベントやキーボード イベントなど、さまざまな入力イベントを受け取ることができるオブジェクトです。通常はWindowインスタンスです。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.