Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquick3dxrinputmanager.cpp
Go to the documentation of this file.
1// Copyright (C) 2024 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
5
6#if defined(Q_OS_VISIONOS)
8#else
10#endif
11
13
19
21{
22 Q_D(const QQuick3DXrInputManager);
23 return d->leftHandInput();
24}
25
27{
28 Q_D(const QQuick3DXrInputManager);
29 return d->rightHandInput();
30}
31
33{
34 Q_D(const QQuick3DXrInputManager);
35 return d->isValid();
36}
37
38QQuick3DXrInputManager::QQuick3DXrInputManager(QObject *parent)
39 : QObject(parent)
41{
42
43}
44
49
\inmodule QtCore
Definition qobject.h:103
QQuick3DXrHandInput * leftHandInput() const
QQuick3DXrHandInput * rightHandInput() const
static QQuick3DXrInputManager * instance()
#define this
Definition dialogs.cpp:9
Combined button and popup list for selecting options.