QKeyboardController Class
(Qt3D::QKeyboardController)Header: | #include <QKeyboardController> |
qmake: | QT += 3dinput |
Since: | Qt 5.5 |
Instantiated By: | KeyboardController |
Inherits: | QNode |
Properties
- activeInput : Qt3D::QKeyboardInput * const
Public Functions
QKeyboardController(QNode * parent = 0) | |
QKeyboardInput * | activeInput() const |
- 4 public functions inherited from Qt3D::QNode
Signals
void | activeInputChanged() |
Reimplemented Protected Functions
virtual void | sceneChangeEvent(const QSceneChangePtr & change) |
- 4 protected functions inherited from Qt3D::QNode
Additional Inherited Members
- 4 protected functions inherited from Qt3D::QNode
- 1 static protected member inherited from Qt3D::QNode
Detailed Description
Property Documentation
activeInput : Qt3D::QKeyboardInput * const
Access functions:
QKeyboardInput * | activeInput() const |
Notifier signal:
void | activeInputChanged() |