Contains classes that enable user input. More...
Header: | #include <Qt3DInput> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3dinput) target_link_libraries(mytarget PRIVATE Qt6::3dinput) |
qmake: | QT += 3dinput |
class | QAbstractActionInput |
class | QAbstractAxisInput |
class | QAbstractPhysicalDevice |
class | QAbstractPhysicalDeviceProxy |
class | QAction |
class | QActionInput |
class | QAnalogAxisInput |
class | QAxis |
class | QAxisAccumulator |
class | QAxisSetting |
class | QButtonAxisInput |
class | QInputAspect |
class | QInputChord |
class | QInputDeviceIntegration |
class | QInputSequence |
class | QInputSettings |
class | QKeyEvent |
class | QKeyboardDevice |
class | QKeyboardHandler |
class | QLogicalDevice |
class | QMouseDevice |
class | QMouseEvent |
class | QMouseHandler |
class | QWheelEvent |
QAbstractActionInput is the base class for the Action Input and all Aggregate Action Inputs. More...
QAbstractActionInput is the base class for all Axis Input. More...
QAbstractPhysicalDevice is the base class used by Qt3d to interact with arbitrary input devices. More...
Qt3DInput::QAbstractPhysicalDeviceProxy acts as a proxy for an actual Qt3DInput::QQAbstractPhysicalDevice device. More...
Links a set of QAbstractActionInput that trigger the same event. More...
QActionInput stores Device and Buttons used to trigger an input event. More...
An axis input controlled by an analog input The axis value is controlled like a traditional analog input such as a joystick. More...
QAxis stores QAbstractAxisInputs used to trigger an input event. More...
QAxisAccumulator processes velocity or acceleration data from a QAxis. More...
QAxisSetting stores settings for the specified list of Axis. More...
An axis input controlled by buttons The axis value is controlled by buttons rather than a traditional analog input such as a joystick. More...
Responsible for creating physical devices and handling associated jobs. More...
QInputChord represents a set of QAbstractActionInput's that must be triggerd at once. More...
Abstract base class used to define new input methods such as game controllers. More...
QInputSequence represents a set of QAbstractActionInput's that must be triggerd one after the other. More...
QInputSettings class holds the pointer to an input event source object. More...
QKeyEvent event type send by KeyBoardHandler. More...
QKeyboardDevice is in charge of dispatching keyboard events to attached QQKeyboardHandler objects. More...
Provides keyboard event notification. More...
QLogicalDevice allows the user to define a set of actions that they wish to use within an application. More...
Delegates mouse events to the attached MouseHandler objects. More...
The Qt3DCore::QMouseEvent contains parameters that describe a mouse event. More...
Provides a means of being notified about mouse events when attached to a QMouseDevice instance. More...
The QWheelEvent class contains parameters that describe a mouse wheel event. More...
A shared pointer for QKeyEvent.
A shared pointer for QMouseEvent.
A shared pointer for QWheelEvent.