Qt 3D Input C++ 类

Qt 3D Input 模块提供用于在使用 Qt3D 的应用程序中处理用户输入的类。 更多...

名称空间

Qt3DInput 包含使用户能够输入的类

Qt3DInput::QAbstractActionInput The base class for the Action Input and all Aggregate Action Inputs
Qt3DInput::QAbstractAxisInput QAbstractActionInput is the base class for all Axis Input
Qt3DInput::QAbstractPhysicalDevice The base class used by Qt3d to interact with arbitrary input devices
Qt3DInput::QAction Links a set of QAbstractActionInput that trigger the same event
Qt3DInput::QActionInput Stores Device and Buttons used to trigger an input event
Qt3DInput::QAnalogAxisInput An axis input controlled by an analog input The axis value is controlled like a traditional analog input such as a joystick
Qt3DInput::QAxis Stores QAbstractAxisInputs used to trigger an input event
Qt3DInput::QAxisAccumulator Processes velocity or acceleration data from a QAxis
Qt3DInput::QAxisSetting Stores settings for the specified list of Axis
Qt3DInput::QButtonAxisInput An axis input controlled by buttons The axis value is controlled by buttons rather than a traditional analog input such as a joystick
Qt3DInput::QInputAspect Responsible for creating physical devices and handling associated jobs
Qt3DInput::QInputChord Represents a set of QAbstractActionInput's that must be triggerd at once
Qt3DInput::QInputSequence Represents a set of QAbstractActionInput's that must be triggerd one after the other
Qt3DInput::QInputSettings Holds the pointer to an input event source object
Qt3DInput::QKeyboardDevice In charge of dispatching keyboard events to attached QQKeyboardHandler objects
Qt3DInput::QKeyboardHandler Provides keyboard event notification
Qt3DInput::QKeyEvent Event type send by KeyBoardHandler
Qt3DInput::QLogicalDevice Allows the user to define a set of actions that they wish to use within an application
Qt3DInput::QMouseDevice Delegates mouse events to the attached MouseHandler objects
Qt3DInput::QMouseEvent Qt3DCore::QMouseEvent contains parameters that describe a mouse event
Qt3DInput::QWheelEvent Contains parameters that describe a mouse wheel event
Qt3DInput::QMouseHandler Provides a means of being notified about mouse events when attached to a QMouseDevice instance

详细描述

To use classes from this module, add this directive into the C++ files:

#include <Qt3DInput>
					

要链接到相应 C++ 库,将以下添加到 qmake 工程文件:

QT += 3dinput