![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qinputdevice.h"
#include "qinputdevice_p.h"
#include "qpointingdevice.h"
#include "qwindowsysteminterface_p.h"
#include <QCoreApplication>
#include <QDebug>
#include <QMutex>
#include <QScreen>
#include "moc_qinputdevice.cpp"
Go to the source code of this file.
Typedefs | |
using | InputDevicesList = QList<const QInputDevice *> |
Functions | |
QDebug | operator<< (QDebug debug, const QInputDevice *device) |
Variables | |
static Q_CONSTINIT QBasicMutex | devicesMutex |
typedef QList< const QInputDevice * > InputDevicesList = QList<const QInputDevice *> |
Definition at line 254 of file qinputdevice.cpp.
QDebug operator<< | ( | QDebug | debug, |
const QInputDevice * | device ) |
Definition at line 396 of file qinputdevice.cpp.
|
static |
Definition at line 256 of file qinputdevice.cpp.