包含啓用用戶輸入的類。 更多...
| 頭: | #include <Qt3DInput> |
| qmake: | QT += 3dinput |
| class | QAbstractActionInput |
| class | QAbstractAxisInput |
| class | QAbstractPhysicalDevice |
| class | QAction |
| class | QActionInput |
| class | QAnalogAxisInput |
| class | QAxis |
| class | QAxisAccumulator |
| class | QAxisSetting |
| class | QButtonAxisInput |
| class | QInputAspect |
| class | QInputChord |
| class | QInputSequence |
| class | QInputSettings |
| class | QKeyEvent |
| class | QKeyboardDevice |
| class | QKeyboardHandler |
| class | QLogicalDevice |
| class | QMouseDevice |
| class | QMouseEvent |
| class | QMouseHandler |
| class | QPhysicalDeviceCreatedChange |
| class | QPhysicalDeviceCreatedChangeBase |
| class | QWheelEvent |
| typedef | QKeyEventPtr |
| typedef | QMouseEventPtr |
| typedef | QPhysicalDeviceCreatedChangeBasePtr |
| typedef | QWheelEventPtr |
包含啓用用戶輸入的類。
QAbstractActionInput is the base class for the Action Input and all Aggregate Action Inputs. 更多...
QAbstractActionInput is the base class for all Axis Input. 更多...
QAbstractPhysicalDevice is the base class used by Qt3d to interact with arbitrary input devices. 更多...
Links a set of QAbstractActionInput 觸發相同事件。 更多...
QActionInput stores Device and Buttons used to trigger an input event. 更多...
An axis input controlled by an analog input The axis value is controlled like a traditional analog input such as a joystick. 更多...
QAxis stores QAbstractAxisInputs used to trigger an input event. 更多...
QAxisAccumulator processes velocity or acceleration data from a QAxis . 更多...
QAxisSetting stores settings for the specified list of Axis. 更多...
通過按鈕控製軸輸入、通過按鈕控製軸值,而不是傳統模擬輸入 (譬如:操縱杆)。 更多...
Responsible for creating physical devices and handling associated jobs. 更多...
QInputChord represents a set of QAbstractActionInput 's that must be triggerd at once. 更多...
QInputSequence represents a set of QAbstractActionInput 's that must be triggerd one after the other. 更多...
QInputSettings class holds the pointer to an input event source object. 更多...
QKeyEvent event type send by KeyBoardHandler. 更多...
QKeyboardDevice is in charge of dispatching keyboard events to attached QQKeyboardHandler objects. 更多...
Provides keyboard event notification 更多...
QLogicalDevice allows the user to define a set of actions that they wish to use within an application. 更多...
把鼠標事件委托給附加的 MouseHandler 對象。 更多...
The Qt3DCore::QMouseEvent contains parameters that describe a mouse event. 更多...
Provides a means of being notified about mouse events when attached to a QMouseDevice 實例。 更多...
The QWheelEvent class contains parameters that describe a mouse wheel event. 更多...
共享指針為 QKeyEvent .
共享指針為 QMouseEvent .
共享指針為 QWheelEvent .