#include "qxcbconnection.h"
#include "qxcbkeyboard.h"
#include "qxcbscrollingdevice_p.h"
#include "qxcbscreen.h"
#include "qxcbwindow.h"
#include "QtCore/qmetaobject.h"
#include "QtCore/qmath.h"
#include <QtGui/qpointingdevice.h>
#include <QtGui/private/qpointingdevice_p.h>
#include <qpa/qwindowsysteminterface_p.h>
#include <QDebug>
#include <xcb/xinput.h>
Go to the source code of this file.
◆ qt_xcb_input_device_event_t
◆ fixed1616ToReal()
static qreal fixed1616ToReal |
( |
xcb_input_fp1616_t |
val | ) |
|
|
inlinestatic |
◆ fixed3232ToReal()
static qreal fixed3232ToReal |
( |
xcb_input_fp3232_t |
val | ) |
|
|
inlinestatic |
◆ setXcbMask()
static void setXcbMask |
( |
uint8_t * |
mask, |
|
|
int |
bit |
|
) |
| |
|
inlinestatic |
◆ xi2ValuatorOffset()
static int xi2ValuatorOffset |
( |
const unsigned char * |
maskPtr, |
|
|
int |
maskLen, |
|
|
int |
number |
|
) |
| |
|
static |