![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>Go to the source code of this file.
Enumerations | |
| enum | { PsmLevelBasic = 0 , PsmLevelExtended = 1 , PsmLevelNative = 2 , PsmLevelBasic = 0 , PsmLevelExtended = 1 , PsmLevelNative = 2 } |
| enum | { PsmLevelBasic = 0 , PsmLevelExtended = 1 , PsmLevelNative = 2 , PsmLevelBasic = 0 , PsmLevelExtended = 1 , PsmLevelNative = 2 } |
| anonymous enum |
| Enumerator | |
|---|---|
| PsmLevelBasic | |
| PsmLevelExtended | |
| PsmLevelNative | |
| PsmLevelBasic | |
| PsmLevelExtended | |
| PsmLevelNative | |
Definition at line 25 of file qbsdmouse.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| PsmLevelBasic | |
| PsmLevelExtended | |
| PsmLevelNative | |
| PsmLevelBasic | |
| PsmLevelExtended | |
| PsmLevelNative | |
Definition at line 25 of file qbsdmouse.cpp.