![]() |
Qt 6.x
The Qt SDK
|
#include "qlibinputkeyboard_p.h"
#include <QtCore/QLoggingCategory>
#include <QtGui/private/qguiapplication_p.h>
#include <QtGui/private/qinputdevicemanager_p.h>
#include <qpa/qwindowsysteminterface.h>
#include <libinput.h>
Go to the source code of this file.
Variables | |
QT_BEGIN_NAMESPACE const int | REPEAT_DELAY = 500 |
const int | REPEAT_RATE = 100 |
QT_BEGIN_NAMESPACE const int REPEAT_DELAY = 500 |
Definition at line 20 of file qlibinputkeyboard.cpp.
Referenced by QLibInputKeyboard::processKey().
const int REPEAT_RATE = 100 |
Definition at line 21 of file qlibinputkeyboard.cpp.