#include "qwaylandinputdevice.h"
#include "qwaylandintegration.h"
#include "qwaylandwindow.h"
#include "qwaylandbuffer.h"
#include <QWindowSystemInterface>
#include <QtGui/private/qpixmap_raster_p.h>
#include <QtGui/QPlatformWindow>
#include <unistd.h>
#include <fcntl.h>
#include <X11/extensions/XKBcommon.h>
#include <X11/keysym.h>
Go to the source code of this file.
◆ translateKey()
static uint32_t translateKey |
( |
uint32_t |
sym, |
|
|
char * |
string, |
|
|
size_t |
size |
|
) |
| |
|
static |
◆ translateModifiers()
static Qt::KeyboardModifiers translateModifiers |
( |
int |
s | ) |
|
|
static |