Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qevdevmousehandler.cpp File Reference

(de2706fa35fa0d9f43d97b7aa6a7c30d1bb22e33)

#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"
Include dependency graph for qevdevmousehandler.cpp:

Go to the source code of this file.

Macros

#define TEST_BIT(array, bit)

Macro Definition Documentation

◆ TEST_BIT

#define TEST_BIT ( array,
bit )
Value:
(array[bit/8] & (1<<(bit%8)))
GLenum array

Definition at line 27 of file qevdevmousehandler.cpp.