![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qevdevmousehandler_p.h"#include <QSocketNotifier>#include <QStringList>#include <QPoint>#include <QGuiApplication>#include <QScreen>#include <QLoggingCategory>#include <qpa/qwindowsysteminterface.h>#include <qplatformdefs.h>#include <private/qcore_unix_p.h>#include <private/qhighdpiscaling_p.h>#include <errno.h>#include <linux/kd.h>#include <linux/input.h>#include "moc_qevdevmousehandler_p.cpp"Go to the source code of this file.
Macros | |
| #define | TEST_BIT(array, bit) |
| #define TEST_BIT | ( | array, | |
| bit ) |
Definition at line 27 of file qevdevmousehandler.cpp.