QMouseController Class

(Qt3D::QMouseController)

Qt3D::QMouseController is in charge of dispatching mouse events to attached Qt3D::QMouseInput objects. More...

Header: #include <QMouseController>
Since: Qt 5.5
Inherits:

Public Functions

QMouseController(QNode * parent = 0)

Protected Functions

~QMouseController()
void sceneChangeEvent(const QSceneChangePtr & change)

Detailed Description

Qt3D::QMouseController is in charge of dispatching mouse events to attached Qt3D::QMouseInput objects.

See also Qt3D::QMouseInput.

Member Function Documentation

QMouseController::QMouseController(QNode * parent = 0)

[protected] QMouseController::~QMouseController()

Destroys this QMouseController object.

[protected] void QMouseController::sceneChangeEvent(const QSceneChangePtr & change)

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.