Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qevdevmousehandler.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#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)   (array[bit/8] & (1<<(bit%8)))
 

Macro Definition Documentation

◆ TEST_BIT

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

Definition at line 27 of file qevdevmousehandler.cpp.