![]() |
Qt 6.x
The Qt SDK
|
#include "qdevicediscovery_static_p.h"
#include <QStringList>
#include <QCoreApplication>
#include <QObject>
#include <QHash>
#include <QDir>
#include <QLoggingCategory>
#include <QtCore/private/qcore_unix_p.h>
#include <linux/input.h>
#include <fcntl.h>
Go to the source code of this file.
Macros | |
#define | KEY_CNT (KEY_MAX+1) |
#define | REL_CNT (REL_MAX+1) |
#define | ABS_CNT (ABS_MAX+1) |
#define | ABS_MT_POSITION_X 0x35 |
#define | ABS_MT_POSITION_Y 0x36 |
#define | LONG_BITS (sizeof(long) * 8 ) |
#define | LONG_FIELD_SIZE(bits) ((bits / LONG_BITS) + 1) |
Functions | |
static bool | testBit (long bit, const long *field) |
#define ABS_CNT (ABS_MAX+1) |
Definition at line 31 of file qdevicediscovery_static.cpp.
#define ABS_MT_POSITION_X 0x35 |
Definition at line 34 of file qdevicediscovery_static.cpp.
#define ABS_MT_POSITION_Y 0x36 |
Definition at line 37 of file qdevicediscovery_static.cpp.
#define KEY_CNT (KEY_MAX+1) |
Definition at line 25 of file qdevicediscovery_static.cpp.
#define LONG_BITS (sizeof(long) * 8 ) |
Definition at line 40 of file qdevicediscovery_static.cpp.
Definition at line 41 of file qdevicediscovery_static.cpp.
#define REL_CNT (REL_MAX+1) |
Definition at line 28 of file qdevicediscovery_static.cpp.
|
static |
Definition at line 43 of file qdevicediscovery_static.cpp.
References LONG_BITS.
Referenced by QEvdevTouchScreenHandler::QEvdevTouchScreenHandler(), QV4::MemorySegment::allocate(), QV4::MemorySegment::free(), and QBitArray::toUInt32().