Qt 3D Input C++ Classes
The Qt 3D Input module provides classes for handling user input in applications using Qt3D. More...
Namespaces
Contains classes that enable user input |
Classes
In charge of dispatching mouse events to attached QMouseInput objects | |
Qt3DCore::QMouseEvent contains parameters that describe a mouse event | |
Contains parameters that describe a mouse wheel event | |
Provides a means of being notified about mouse events when attached to a QMouseController instance |
Detailed Description
To use classes from this module, add this directive into the C++ files:
#include <Qt3DInput>
To link against the corresponding C++ libraries, add the following to your qmake project file:
QT += 3dinput