![]() |
Qt 6.x
The Qt SDK
|
#include "qbsdmouse.h"#include <QFile>#include <QSocketNotifier>#include <QStringList>#include <QPoint>#include <QGuiApplication>#include <qpa/qwindowsysteminterface.h>#include <private/qguiapplication_p.h>#include <private/qinputdevicemanager_p_p.h>#include <private/qcore_unix_p.h>#include <qdebug.h>#include <errno.h>#include <fcntl.h>#include <sys/mouse.h>#include <unistd.h>
Include dependency graph for qbsdmouse.cpp:Go to the source code of this file.
Enumerations | |
| enum | { PsmLevelBasic = 0 , PsmLevelExtended = 1 , PsmLevelNative = 2 } |
| anonymous enum |
| Enumerator | |
|---|---|
| PsmLevelBasic | |
| PsmLevelExtended | |
| PsmLevelNative | |
Definition at line 25 of file qbsdmouse.cpp.