(37acc1ba2609738f3361113e1e6a813b3735e504)
#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.
|
static bool | testBit (long bit, const long *field) |
|
◆ ABS_CNT
◆ ABS_MT_POSITION_X
#define ABS_MT_POSITION_X 0x35 |
◆ ABS_MT_POSITION_Y
#define ABS_MT_POSITION_Y 0x36 |
◆ KEY_CNT
#define KEY_CNT (KEY_MAX+1) |
◆ LONG_BITS
#define LONG_BITS (sizeof(long) * 8 ) |
◆ LONG_FIELD_SIZE
#define LONG_FIELD_SIZE |
( |
| bits | ) |
|
◆ REL_CNT
#define REL_CNT (REL_MAX+1) |
◆ testBit()
static bool testBit |
( |
long | bit, |
|
|
const long * | field ) |
|
static |