ActionInput QML Type
Qt3DInput::QActionInput C++ クラスの QML フロントエンド。詳細...
Import Statement: | import Qt3D.Input 2.8 |
In C++: | QActionInput |
Inherits: | |
Status: | Deprecated |
プロパティ
- buttons : list<int>
- sourceDevice : AbstractPhysicalDevice
信号
- buttonsChanged(const QList<int> &buttons)
- sourceDeviceChanged()
詳細説明
物理デバイスと、このアクションをトリガーできる物理デバイス上の選択されたボタンをリンクします。
各アクション入力は、ソースデバイス上の1つまたは多数のボタンによってトリガーすることができます。
ActionInput { sourceDevice: keyboardSourceDevice buttons: [Qt.Key_A] }
ActionInput { sourceDevice: keyboardSourceDevice buttons: [Qt.Key_A,Qt.Key_B] }
プロパティの説明
sourceDevice : AbstractPhysicalDevice |
現在のソースデバイスActionInput
シグナル
buttonsChanged(const QList<int> &buttons) |
このシグナルは、アクション入力に関連付けられたbuttons が変更されたときに発信されます。
対応するハンドラはonbuttonsChanged
注: 対応するハンドラはonButtonsChanged
です。
sourceDeviceChanged() |
このシグナルは、アクション入力に関連付けられたソースデバイスが変更されたときに発せられます。
対応するハンドラはonSourceDeviceChanged
注: 対応するハンドラはonSourceDeviceChanged
です。
© 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.